XamlAstClrProperty.

XamlAstClrProperty(IXamlLineInfo, string, IXamlType, IXamlMethod, IXamlMethod[]) Constructor

Namespace
XamlX.Ast
Containing Type
XamlAstClrProperty

Syntax

public XamlAstClrProperty(IXamlLineInfo lineInfo, string name, IXamlType declaringType, IXamlMethod getter, params IXamlMethod[] setters)

Parameters

Name Type Description
lineInfo IXamlLineInfo
name string
declaringType IXamlType
getter IXamlMethod
setters IXamlMethod[]

Return Value

Type Description
void