XamlAstClrProperty.

XamlAstClrProperty(IXamlLineInfo, string, IXamlType, IXamlMethod, IEnumerable<IXamlPropertySetter>) Constructor

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<IXamlPropertySetter>

Return Value

Type Description
void