System.Xml.Xsl.Qil.QilInvokeEarlyBound.QilInvokeEarlyBound C# (CSharp) Method

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
        public QilInvokeEarlyBound(QilNodeType nodeType, QilNode name, QilNode method, QilNode arguments, XmlQueryType resultType)
            : base(nodeType, name, method, arguments) {
            this.xmlType = resultType;
        }
QilInvokeEarlyBound