Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
void | Dispose () |
bool | MoveNext () |
void | Reset () |
Package Functions | |
QueryOpeningEnumerator (QueryOperator< TOutput > queryOperator, ParallelMergeOptions? mergeOptions, bool suppressOrderPreservation) | |
Properties | |
TOutput | Current [get] |
object IEnumerator. | Current [get] |
Private Member Functions | |
void | OpenQuery () |
Private Attributes | |
readonly QueryOperator< TOutput > | _queryOperator |
IEnumerator< TOutput > | _openedQueryEnumerator |
QuerySettings | _querySettings |
readonly? ParallelMergeOptions | _mergeOptions |
readonly bool | _suppressOrderPreservation |
int | _moveNextIteration |
bool | _hasQueryOpeningFailed |
readonly Shared< bool > | _topLevelDisposedFlag = new Shared<bool>(value: false) |
readonly CancellationTokenSource | _topLevelCancellationTokenSource = new CancellationTokenSource() |
Definition at line 7 of file QueryOpeningEnumerator.cs.