XamlAstNewClrObjectNode.

XamlAstNewClrObjectNode(IXamlLineInfo, XamlAstClrTypeReference, IXamlConstructor, List<IXamlAstValueNode>) Constructor

Namespace
XamlX.Ast
Containing Type
XamlAstNewClrObjectNode

Syntax

public XamlAstNewClrObjectNode(IXamlLineInfo lineInfo, XamlAstClrTypeReference type, IXamlConstructor ctor, List<IXamlAstValueNode> arguments)

Parameters

Name Type Description
lineInfo IXamlLineInfo
type XamlAstClrTypeReference
ctor IXamlConstructor
arguments List<IXamlAstValueNode>

Return Value

Type Description
void