|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| void | Dispose () |
Protected Member Functions | |
| virtual void | Dispose (bool disposing) |
Package Functions | |
| ArrayContiguousIndexRangeEnumerator (T[] data, int partitionCount, int partitionIndex) | |
| override bool | MoveNext ([MaybeNullWhen(false)][AllowNull] ref T currentElement, ref int currentKey) |
| bool | MoveNext ([MaybeNullWhen(false)][AllowNull] ref TElement currentElement,[AllowNull] ref TKey currentKey) |
| virtual void | Reset () |
| IEnumerator< TElement > | AsClassicEnumerator () |
Private Attributes | |
| readonly T[] | _data |
| readonly int | _startIndex |
| readonly int | _maximumIndex |
| Shared< int > | _currentIndex |
Definition at line 104 of file PartitionedDataSource.cs.