XamlStaticExtensionNode.

XamlStaticExtensionNode(XamlAstObjectNode, IXamlAstTypeReference, string) Constructor

Namespace
XamlX.Ast
Containing Type
XamlStaticExtensionNode

Syntax

public XamlStaticExtensionNode(XamlAstObjectNode lineInfo, IXamlAstTypeReference targetType, string member)

Parameters

Name Type Description
lineInfo XamlAstObjectNode
targetType IXamlAstTypeReference
member string

Return Value

Type Description
void