|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| void | Dispose () |
| void | Reset () |
| bool | MoveNext () |
Protected Attributes | |
| readonly TSourceReader | _sharedReader |
| StrongBox< int > | _currentChunkSize |
| StrongBox< int > | _localOffset |
| readonly int | _maxChunkSize |
| readonly SharedLong | _sharedIndex |
Static Protected Attributes | |
| static int | s_defaultMaxChunkSize = GetDefaultChunkSize<TSource>() |
Properties | |
| bool | HasNoElementsLeft [get] |
| KeyValuePair< long, TSource > | Current [get] |
| object IEnumerator. | Current [get] |
Private Attributes | |
| int | _doublingCountdown |
Definition at line 20 of file Partitioner.cs.