Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Linq.Parallel.NullableDecimalMinMaxAggregationOperator.NullableDecimalMinMaxAggregationOperatorEnumerator< TKey > Class Template Referencesealed

Protected Member Functions

override bool MoveNextCore (ref decimal? currentElement)
 
override void Dispose (bool disposing)
 
bool MoveNextCore ([MaybeNullWhen(false)][AllowNull] ref TIntermediate currentElement)
 

Protected Attributes

CancellationToken _cancellationToken
 

Package Functions

 NullableDecimalMinMaxAggregationOperatorEnumerator (QueryOperatorEnumerator< decimal?, TKey > source, int partitionIndex, int sign, CancellationToken cancellationToken)
 
override bool MoveNext ([MaybeNullWhen(false)][AllowNull] ref TIntermediate currentElement, ref int currentKey)
 

Private Attributes

readonly QueryOperatorEnumerator< decimal?, TKey > _source
 
readonly int _sign
 
readonly int _partitionIndex
 
bool _done
 

Detailed Description

Definition at line 8 of file NullableDecimalMinMaxAggregationOperator.cs.


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