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

Public Member Functions

 QilReference (QilNodeType nodeType)
 
virtual QilNode DeepClone (QilFactory f)
 
virtual QilNode ShallowClone (QilFactory f)
 
virtual void Insert (int index, QilNode node)
 
void Insert (int index, T item)
 
virtual void RemoveAt (int index)
 
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

string DebugName [get, set]
 
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 ()
 

Private Attributes

string _debugName
 

Detailed Description

Definition at line 5 of file QilReference.cs.


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