XamlIlConstantNode.

XamlIlConstantNode(IXamlIlLineInfo, IXamlIlType, object) Constructor

Namespace
XamlIl.Ast
Containing Type
XamlIlConstantNode

Syntax

public XamlIlConstantNode(IXamlIlLineInfo lineInfo, IXamlIlType type, object constant)

Parameters

Name Type Description
lineInfo IXamlIlLineInfo
type IXamlIlType
constant object

Return Value

Type Description
void