C# Class System.Xml.Xsl.Qil.QilInvokeEarlyBound

A function invocation node which reperesents a call to an early bound Clr function.
Inheritance: QilTernary
Exibir arquivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
QilInvokeEarlyBound ( QilNodeType nodeType, QilNode name, QilNode method, QilNode arguments, XmlQueryType resultType ) : System

Construct a new node

Method Details

QilInvokeEarlyBound() public method

Construct a new node
public QilInvokeEarlyBound ( QilNodeType nodeType, QilNode name, QilNode method, QilNode arguments, XmlQueryType resultType ) : System
nodeType QilNodeType
name QilNode
method QilNode QilLiteral containing the Clr MethodInfo for the early bound function
arguments QilNode
resultType XmlQueryType
return System