Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
XmlQueryNodeSequence () | |
XmlQueryNodeSequence (int capacity) | |
XmlQueryNodeSequence (IList< XPathNavigator > list) | |
XmlQueryNodeSequence (XPathNavigator[] array, int size) | |
XmlQueryNodeSequence (XPathNavigator navigator) | |
XmlQueryNodeSequence | DocOrderDistinct (IComparer< XPathNavigator > comparer) |
void | AddClone (XPathNavigator navigator) |
void | CopyTo (T[] array, int index) |
void | Add (T value) |
bool | Contains (T value) |
int | IndexOf (T value) |
void | SortByKeys (Array keys) |
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) |
Static Public Member Functions | |
static XmlQueryNodeSequence | CreateOrReuse (XmlQueryNodeSequence seq) |
static XmlQueryNodeSequence | CreateOrReuse (XmlQueryNodeSequence seq, XPathNavigator navigator) |
static XmlQuerySequence< T > | CreateOrReuse (XmlQuerySequence< T > seq) |
static XmlQuerySequence< T > | CreateOrReuse (XmlQuerySequence< T > seq, T item) |
Static Public Attributes | |
static new readonly XmlQueryNodeSequence | Empty = new XmlQueryNodeSequence() |
Protected Member Functions | |
override void | OnItemsChanged () |
Properties | |
bool | IsDocOrderDistinct [get, set] |
bool ICollection< XPathItem >. | IsReadOnly [get] |
XPathItem IList< XPathItem >. | this[int index] [get, set] |
int | Count [get] |
bool ICollection. | IsSynchronized [get] |
object ICollection. | SyncRoot [get] |
bool IList. | IsFixedSize [get] |
int | Count [get] |
Private Member Functions | |
IEnumerator< XPathItem > IEnumerable< XPathItem >. | GetEnumerator () |
void ICollection< XPathItem >. | Add (XPathItem value) |
void ICollection< XPathItem >. | Clear () |
bool ICollection< XPathItem >. | Contains (XPathItem value) |
void ICollection< XPathItem >. | CopyTo (XPathItem[] array, int index) |
bool ICollection< XPathItem >. | Remove (XPathItem value) |
int IList< XPathItem >. | IndexOf (XPathItem value) |
void IList< XPathItem >. | Insert (int index, XPathItem value) |
void IList< XPathItem >. | RemoveAt (int index) |
void | EnsureCache () |
Private Attributes | |
XmlQueryNodeSequence | _docOrderDistinct |
T[] | _items |
int | _size |
Definition at line 9 of file XmlQueryNodeSequence.cs.