|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| IEnumerator< TElement > | GetEnumerator () |
| bool | MoveNext () |
| 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) |
Static Public Attributes | |
| static readonly IPartition< TElement > | Instance = new EmptyPartition<TElement>() |
Properties | |
| TElement | Current [get] |
| object IEnumerator. | Current [get] |
Private Member Functions | |
| EmptyPartition () | |
| IEnumerator IEnumerable. | GetEnumerator () |
| void IEnumerator. | Reset () |
| void IDisposable. | Dispose () |
Definition at line 9 of file EmptyPartition.cs.