XamlConstantNode.

XamlConstantNode(IXamlLineInfo, IXamlType, object) Constructor

Namespace
XamlX.Ast
Containing Type
XamlConstantNode

Syntax

public XamlConstantNode(IXamlLineInfo lineInfo, IXamlType type, object constant)

Parameters

Name Type Description
lineInfo IXamlLineInfo
type IXamlType
constant object

Return Value

Type Description
void