XamlAstClrTypeReference.

XamlAstClrTypeReference(IXamlLineInfo, IXamlType, bool) Constructor

Namespace
XamlX.Ast
Containing Type
XamlAstClrTypeReference

Syntax

public XamlAstClrTypeReference(IXamlLineInfo lineInfo, IXamlType type, bool isMarkupExtension)

Parameters

Name Type Description
lineInfo IXamlLineInfo
type IXamlType
isMarkupExtension bool

Return Value

Type Description
void