Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Linq.Parallel.QueryOpeningEnumerator< TOutput > Class Template Referencesealed

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()
 

Detailed Description

Definition at line 7 of file QueryOpeningEnumerator.cs.


The documentation for this class was generated from the following file: