XamlIlStaticExtensionNode.

XamlIlStaticExtensionNode(XamlIlAstObjectNode, IXamlIlAstTypeReference, string) Constructor

Namespace
XamlIl.Ast
Containing Type
XamlIlStaticExtensionNode

Syntax

public XamlIlStaticExtensionNode(XamlIlAstObjectNode lineInfo, IXamlIlAstTypeReference targetType, string member)

Parameters

Name Type Description
lineInfo XamlIlAstObjectNode
targetType IXamlIlAstTypeReference
member string

Return Value

Type Description
void