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

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

Public Methods

Method Description
QilSortKey ( QilNodeType nodeType, QilNode key, QilNode collation ) : System

Construct a new node

Method Details

QilSortKey() public method

Construct a new node
public QilSortKey ( QilNodeType nodeType, QilNode key, QilNode collation ) : System
nodeType QilNodeType
key QilNode
collation QilNode
return System