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

Public Member Functions

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

Protected Attributes

QilNodeType nodeType
 
XmlQueryType xmlType
 
ISourceLineInfo sourceLine
 
object annotation
 

Properties

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

Private Member Functions

IEnumerator IEnumerable. GetEnumerator ()
 

Detailed Description

Definition at line 6 of file QilNode.cs.


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