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

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

Méthodes publiques

Méthode Description
Insert ( int index, QilNode node ) : void
QilList ( QilNodeType nodeType ) : System

Construct a new (empty) QilList

RemoveAt ( int index ) : void
ShallowClone ( QilFactory f ) : QilNode

Override in order to clone the "members" array.

this ( int index ) : QilNode

Method Details

Insert() public méthode

public Insert ( int index, QilNode node ) : void
index int
node QilNode
Résultat void

QilList() public méthode

Construct a new (empty) QilList
public QilList ( QilNodeType nodeType ) : System
nodeType QilNodeType
Résultat System

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

ShallowClone() public méthode

Override in order to clone the "members" array.
public ShallowClone ( QilFactory f ) : QilNode
f QilFactory
Résultat QilNode

this() public méthode

public this ( int index ) : QilNode
index int
Résultat QilNode