C# Класс System.Xml.Xsl.Qil.QilInvokeEarlyBound

A function invocation node which reperesents a call to an early bound Clr function.
Наследование: QilTernary
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
QilInvokeEarlyBound ( QilNodeType nodeType, QilNode name, QilNode method, QilNode arguments, XmlQueryType resultType ) : System

Construct a new node

Описание методов

QilInvokeEarlyBound() публичный Метод

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
Результат System