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

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

Public Methods

Method Description
QilInvoke ( QilNodeType nodeType, QilNode function, QilNode arguments ) : System

Construct a new node

Method Details

QilInvoke() public method

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