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

A function invocation node which represents a call to a Qil functions.
Inheritance: QilBinary
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
QilInvoke ( QilNodeType nodeType, QilNode function, QilNode arguments ) : System

Construct a new node

Method Details

QilInvoke() public méthode

Construct a new node
public QilInvoke ( QilNodeType nodeType, QilNode function, QilNode arguments ) : System
nodeType QilNodeType
function QilNode
arguments QilNode
Résultat System