Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.Xsl.Qil.QilList Class Referencesealed

Public Member Functions

 QilList (QilNodeType nodeType)
 
override QilNode ShallowClone (QilFactory f)
 
override void Insert (int index, QilNode node)
 
override void RemoveAt (int index)
 
virtual QilNode DeepClone (QilFactory f)
 
void Insert (int index, T item)
 
IEnumerator< QilNodeGetEnumerator ()
 
virtual void Add (QilNode node)
 
virtual void Add (IList< QilNode > list)
 
void Add (T item)
 
virtual void Clear ()
 
virtual bool Contains (QilNode node)
 
bool Contains (T item)
 
virtual void CopyTo (QilNode[] array, int index)
 
void CopyTo (T[] array, int arrayIndex)
 
virtual bool Remove (QilNode node)
 
bool Remove (T item)
 
virtual int IndexOf (QilNode node)
 
int IndexOf (T item)
 

Protected Attributes

QilNodeType nodeType
 
XmlQueryType xmlType
 
ISourceLineInfo sourceLine
 
object annotation
 

Properties

override XmlQueryType XmlType [get]
 
override int Count [get]
 
override QilNode this[int index] [get, set]
 
QilNodeType NodeType [get, set]
 
ISourceLineInfo SourceLine [get, set]
 
object Annotation [get, set]
 
virtual bool IsReadOnly [get]
 

Private Member Functions

IEnumerator IEnumerable. GetEnumerator ()
 

Private Attributes

int _count
 
QilNode[] _members
 

Detailed Description

Definition at line 3 of file QilList.cs.


The documentation for this class was generated from the following file: