XamlIlAstClrProperty.

XamlIlAstClrProperty(IXamlIlLineInfo, string, IXamlIlType, IXamlIlMethod, IEnumerable<IXamlIlPropertySetter>) Constructor

Namespace
XamlIl.Ast
Containing Type
XamlIlAstClrProperty

Syntax

public XamlIlAstClrProperty(IXamlIlLineInfo lineInfo, string name, IXamlIlType declaringType, IXamlIlMethod getter, IEnumerable<IXamlIlPropertySetter> setters)

Parameters

Name Type Description
lineInfo IXamlIlLineInfo
name string
declaringType IXamlIlType
getter IXamlIlMethod
setters IEnumerable<IXamlIlPropertySetter>

Return Value

Type Description
void