XamlIlLoadMethodDelegateNode.

XamlIlLoadMethodDelegateNode(IXamlIlLineInfo, IXamlIlAstValueNode, IXamlIlType, IXamlIlMethod) Constructor

Namespace
XamlIl.Ast
Containing Type
XamlIlLoadMethodDelegateNode

Syntax

public XamlIlLoadMethodDelegateNode(IXamlIlLineInfo lineInfo, IXamlIlAstValueNode value, IXamlIlType delegateType, IXamlIlMethod method)

Parameters

Name Type Description
lineInfo IXamlIlLineInfo
value IXamlIlAstValueNode
delegateType IXamlIlType
method IXamlIlMethod

Return Value

Type Description
void