XamlIlAstClrProperty.

XamlIlAstClrProperty(IXamlIlLineInfo, string, IXamlIlType, IXamlIlMethod, IXamlIlMethod[]) Constructor

Namespace
XamlIl.Ast
Containing Type
XamlIlAstClrProperty

Syntax

public XamlIlAstClrProperty(IXamlIlLineInfo lineInfo, string name, IXamlIlType declaringType, IXamlIlMethod getter, params IXamlIlMethod[] setters)

Parameters

Name Type Description
lineInfo IXamlIlLineInfo
name string
declaringType IXamlIlType
getter IXamlIlMethod
setters IXamlIlMethod[]

Return Value

Type Description
void