XamlLoadMethodDelegateNode.

XamlLoadMethodDelegateNode(IXamlLineInfo, IXamlAstValueNode, IXamlType, IXamlMethod) Constructor

Namespace
XamlX.Ast
Containing Type
XamlLoadMethodDelegateNode

Syntax

public XamlLoadMethodDelegateNode(IXamlLineInfo lineInfo, IXamlAstValueNode value, IXamlType delegateType, IXamlMethod method)

Parameters

Name Type Description
lineInfo IXamlLineInfo
value IXamlAstValueNode
delegateType IXamlType
method IXamlMethod

Return Value

Type Description
void