XamlIlAstNamePropertyReference.

XamlIlAstNamePropertyReference(IXamlIlLineInfo, IXamlIlAstTypeReference, string, IXamlIlAstTypeReference) Constructor

Namespace
XamlIl.Ast
Containing Type
XamlIlAstNamePropertyReference

Syntax

public XamlIlAstNamePropertyReference(IXamlIlLineInfo lineInfo, IXamlIlAstTypeReference declaringType, string name, IXamlIlAstTypeReference targetType)

Parameters

Name Type Description
lineInfo IXamlIlLineInfo
declaringType IXamlIlAstTypeReference
name string
targetType IXamlIlAstTypeReference

Return Value

Type Description
void