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

View over a Qil operator having one child.
Don't construct QIL nodes directly; instead, use the QilFactory.
Inheritance: QilNode
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
QilUnary ( QilNodeType nodeType, QilNode child ) : System

Construct a new node

this ( int index ) : QilNode

Method Details

QilUnary() public method

Construct a new node
public QilUnary ( QilNodeType nodeType, QilNode child ) : System
nodeType QilNodeType
child QilNode
return System

this() public method

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