XamlAstNamePropertyReference.

XamlAstNamePropertyReference(IXamlLineInfo, IXamlAstTypeReference, string, IXamlAstTypeReference) Constructor

Namespace
XamlX.Ast
Containing Type
XamlAstNamePropertyReference

Syntax

public XamlAstNamePropertyReference(IXamlLineInfo lineInfo, IXamlAstTypeReference declaringType, string name, IXamlAstTypeReference targetType)

Parameters

Name Type Description
lineInfo IXamlLineInfo
declaringType IXamlAstTypeReference
name string
targetType IXamlAstTypeReference

Return Value

Type Description
void