- Namespace
- XamlX
.Ast - Containing Type
- XamlAstClrProperty
Syntax
public XamlAstClrProperty(IXamlLineInfo lineInfo, string name, IXamlType declaringType, IXamlMethod getter, IEnumerable<IXamlPropertySetter> setters)
Parameters
Name | Type | Description |
---|---|---|
lineInfo | IXamlLineInfo | |
name | string | |
declaringType | IXamlType | |
getter | IXamlMethod | |
setters | IEnumerable |
Return Value
Type | Description |
---|---|
void |