|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| SelectRangeIterator (int start, int end, Func< int, TResult > selector) | |
| override Iterator< TResult > | Clone () |
| override bool | MoveNext () |
| override IEnumerable< TResult2 > | Select< TResult2 > (Func< TResult, TResult2 > selector) |
| TResult[] | ToArray () |
| List< TResult > | ToList () |
| int | GetCount (bool onlyIfCheap) |
| 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) |
| 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 | |
| TSource | Current [get] |
| object IEnumerator. | Current [get] |
Private Member Functions | |
| IEnumerator IEnumerable. | GetEnumerator () |
| void IEnumerator. | Reset () |
Private Attributes | |
| readonly int | _start |
| readonly int | _end |
| readonly Func< int, TResult > | _selector |
| readonly int | _threadId |
Definition at line 1771 of file Enumerable.cs.