- Namespace
- XamlX
.Ast - Containing Type
- Xaml
Ast Constructable Object Node
Syntax
public XamlAstConstructableObjectNode(IXamlLineInfo lineInfo, XamlAstClrTypeReference type, IXamlConstructor ctor, List<IXamlAstValueNode> arguments, List<IXamlAstNode> children)
Parameters
Name | Type | Description |
---|---|---|
lineInfo | IXamlLineInfo | |
type | Xaml |
|
ctor | IXamlConstructor | |
arguments | List |
|
children | List |
Return Value
Type | Description |
---|---|
void |