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

View over a Qil parameter node.
Inheritance: QilIterator
Exibir arquivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
QilParameter ( QilNodeType nodeType, QilNode defaultValue, QilNode name, XmlQueryType xmlType ) : System

Construct a parameter

this ( int index ) : QilNode

Method Details

QilParameter() public method

Construct a parameter
public QilParameter ( QilNodeType nodeType, QilNode defaultValue, QilNode name, XmlQueryType xmlType ) : System
nodeType QilNodeType
defaultValue QilNode
name QilNode
xmlType XmlQueryType
return System

this() public method

public this ( int index ) : QilNode
index int
return QilNode