Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Linq.Parallel.InlinedAggregationOperatorEnumerator< TIntermediate > Class Template Referenceabstract

Public Member Functions

void Dispose ()
 

Protected Member Functions

bool MoveNextCore ([MaybeNullWhen(false)][AllowNull] ref TIntermediate currentElement)
 
virtual void Dispose (bool disposing)
 

Protected Attributes

CancellationToken _cancellationToken
 

Package Functions

 InlinedAggregationOperatorEnumerator (int partitionIndex, CancellationToken cancellationToken)
 
override bool MoveNext ([MaybeNullWhen(false)][AllowNull] ref TIntermediate 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 int _partitionIndex
 
bool _done
 

Detailed Description

Definition at line 6 of file InlinedAggregationOperatorEnumerator.cs.


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