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