XamlIlAstNewClrObjectNode.

XamlIlAstNewClrObjectNode(IXamlIlLineInfo, XamlIlAstClrTypeReference, IXamlIlConstructor, List<IXamlIlAstValueNode>) Constructor

Namespace
XamlIl.Ast
Containing Type
XamlIlAstNewClrObjectNode

Syntax

public XamlIlAstNewClrObjectNode(IXamlIlLineInfo lineInfo, XamlIlAstClrTypeReference type, IXamlIlConstructor ctor, List<IXamlIlAstValueNode> arguments)

Parameters

Name Type Description
lineInfo IXamlIlLineInfo
type XamlIlAstClrTypeReference
ctor IXamlIlConstructor
arguments List<IXamlIlAstValueNode>

Return Value

Type Description
void