XamlToArrayNode.

XamlToArrayNode(IXamlLineInfo, IXamlAstTypeReference, IXamlAstValueNode) Constructor

Namespace
XamlX.Ast
Containing Type
XamlToArrayNode

Syntax

public XamlToArrayNode(IXamlLineInfo lineInfo, IXamlAstTypeReference arrayType, IXamlAstValueNode value)

Parameters

Name Type Description
lineInfo IXamlLineInfo
arrayType IXamlAstTypeReference
value IXamlAstValueNode

Return Value

Type Description
void