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

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

Public Methods

Method Description
QilTernary ( QilNodeType nodeType, QilNode left, QilNode center, QilNode right ) : System

Construct a new node

this ( int index ) : QilNode

Method Details

QilTernary() public method

Construct a new node
public QilTernary ( QilNodeType nodeType, QilNode left, QilNode center, QilNode right ) : System
nodeType QilNodeType
left QilNode
center QilNode
right QilNode
return System

this() public method

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