Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
SelectListPartitionIterator (IList< TSource > source, Func< TSource, TResult > selector, int minIndexInclusive, int maxIndexInclusive) | |
override Iterator< TResult > | Clone () |
override bool | MoveNext () |
override IEnumerable< TResult2 > | Select< TResult2 > (Func< TResult, TResult2 > selector) |
IPartition< TResult > | Skip (int count) |
IPartition< TResult > | Take (int count) |
TResult | TryGetElementAt (int index, out bool found) |
TResult | TryGetFirst (out bool found) |
TResult | TryGetLast (out bool found) |
TResult[] | ToArray () |
List< TResult > | ToList () |
int | GetCount (bool onlyIfCheap) |
virtual void | Dispose () |
IEnumerator< TSource > | GetEnumerator () |
virtual IEnumerable< TResult > | Select< TResult > (Func< TSource, TResult > selector) |
virtual IEnumerable< TSource > | Where (Func< TSource, bool > predicate) |
new IEnumerator< T > | GetEnumerator () |
new IEnumerator< T > | GetEnumerator () |
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 Func< TSource, TResult > | _selector |
readonly int | _minIndexInclusive |
readonly int | _maxIndexInclusive |
readonly int | _threadId |
Definition at line 2347 of file Enumerable.cs.