| 
    Terraria v1.4.4.9
    
   Terraria source code documentation 
   | 
 
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 | 
Definition at line 8 of file NullableDecimalMinMaxAggregationOperator.cs.