Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
ListPartition (IList< TSource > source, int minIndexInclusive, int maxIndexInclusive) | |
override Iterator< TSource > | Clone () |
override bool | MoveNext () |
override IEnumerable< TResult > | Select< TResult > (Func< TSource, TResult > selector) |
IPartition< TSource > | Skip (int count) |
IPartition< TSource > | Take (int count) |
TSource | TryGetElementAt (int index, out bool found) |
TSource | TryGetFirst (out bool found) |
TSource | TryGetLast (out bool found) |
TSource[] | ToArray () |
List< TSource > | ToList () |
int | GetCount (bool onlyIfCheap) |
virtual void | Dispose () |
IEnumerator< TSource > | GetEnumerator () |
virtual IEnumerable< TSource > | Where (Func< TSource, bool > predicate) |
Package Attributes | |
int | _state |
TSource | _current |
Properties | |
int | Count [get] |
TSource | Current [get] |
object IEnumerator. | Current [get] |
Private Member Functions | |
IEnumerator IEnumerable. | GetEnumerator () |
void IEnumerator. | Reset () |
Private Attributes | |
readonly IList< TSource > | _source |
readonly int | _minIndexInclusive |
readonly int | _maxIndexInclusive |
readonly int | _threadId |
Definition at line 853 of file Enumerable.cs.