Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
class | Mutables |
Public Member Functions | |
void | Dispose () |
Protected Member Functions | |
virtual void | Dispose (bool disposing) |
Package Functions | |
ArrayIndexRangeEnumerator (T[] data, int partitionCount, int partitionIndex, int maxChunkSize) | |
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 Member Functions | |
bool | MoveNextSlowPath () |
Private Attributes | |
readonly T[] | _data |
readonly int | _elementCount |
readonly int | _partitionCount |
readonly int | _partitionIndex |
readonly int | _maxChunkSize |
readonly int | _sectionCount |
Mutables | _mutables |
Definition at line 9 of file PartitionedDataSource.cs.