Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
int | IndexOf (object? value) |
void | Insert (int index, object? value) |
int | Add (object? value) |
bool | Contains (object? value) |
void | CopyTo (Array array, int index) |
void | Remove (object? value) |
Package Functions | |
ListQueryResults (IList< T > source, int partitionCount, bool useStriping) | |
override void | GivePartitionedStream (IPartitionedStreamRecipient< T > recipient) |
override T | GetElement (int index) |
PartitionedStream< T, int > | GetPartitionedStream () |
Properties | |
override bool | IsIndexible [get] |
override int | ElementsCount [get] |
T | this[int index] [get, set] |
int | Count [get] |
bool ICollection< T >. | IsReadOnly [get] |
bool | IsFixedSize [get] |
object | SyncRoot [get] |
bool | IsSynchronized [get] |
Private Member Functions | |
int IList< T >. | IndexOf (T item) |
void IList< T >. | Insert (int index, T item) |
void IList< T >. | RemoveAt (int index) |
void ICollection< T >. | Add (T item) |
void ICollection< T >. | Clear () |
bool ICollection< T >. | Contains (T item) |
void ICollection< T >. | CopyTo (T[] array, int arrayIndex) |
bool ICollection< T >. | Remove (T item) |
IEnumerator< T > IEnumerable< T >. | GetEnumerator () |
IEnumerator IEnumerable. | GetEnumerator () |
Private Attributes | |
readonly IList< T > | _source |
readonly int | _partitionCount |
readonly bool | _useStriping |
Definition at line 5 of file ListQueryResults.cs.