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

Public Member Functions

 QilStrConcat (QilNodeType nodeType, QilNode delimiter, QilNode values)
 
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

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

Private Member Functions

IEnumerator IEnumerable. GetEnumerator ()
 

Private Attributes

QilNode _left
 
QilNode _right
 

Detailed Description

Definition at line 3 of file QilStrConcat.cs.


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