Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
OrderedPartition (OrderedEnumerable< TElement > source, int minIdxInclusive, int maxIdxInclusive) | |
IEnumerator< TElement > | GetEnumerator () |
IPartition< TElement > | Skip (int count) |
IPartition< TElement > | Take (int count) |
TElement | TryGetElementAt (int index, out bool found) |
TElement | TryGetFirst (out bool found) |
TElement | TryGetLast (out bool found) |
TElement[] | ToArray () |
List< TElement > | ToList () |
int | GetCount (bool onlyIfCheap) |
Private Member Functions | |
IEnumerator IEnumerable. | GetEnumerator () |
Private Attributes | |
readonly OrderedEnumerable< TElement > | _source |
readonly int | _minIndexInclusive |
readonly int | _maxIndexInclusive |
Definition at line 6 of file OrderedPartition.cs.