- Namespace
- XamlIl
.Ast - Containing Type
- Xaml
Il Property Assignment Node
Syntax
public XamlIlPropertyAssignmentNode(IXamlIlLineInfo lineInfo, XamlIlAstClrProperty property, IEnumerable<IXamlIlPropertySetter> setters, IEnumerable<IXamlIlAstValueNode> values)
Parameters
Name | Type | Description |
---|---|---|
lineInfo | IXamlIlLineInfo | |
property | XamlIlAstClrProperty | |
setters | IEnumerable |
|
values | IEnumerable |
Return Value
Type | Description |
---|---|
void |