|
Terraria v1.4.4.9
Terraria source code documentation
|
Protected Member Functions | |
| override bool | MoveNextCore (ref Pair< decimal, long > currentElement) |
| override void | Dispose (bool disposing) |
| bool | MoveNextCore ([MaybeNullWhen(false)][AllowNull] ref TIntermediate currentElement) |
Protected Attributes | |
| CancellationToken | _cancellationToken |
Package Functions | |
| NullableDecimalAverageAggregationOperatorEnumerator (QueryOperatorEnumerator< decimal?, TKey > source, int partitionIndex, CancellationToken cancellationToken) | |
| override bool | MoveNext ([MaybeNullWhen(false)][AllowNull] ref TIntermediate currentElement, ref int currentKey) |
Private Attributes | |
| readonly QueryOperatorEnumerator< decimal?, TKey > | _source |
| readonly int | _partitionIndex |
| bool | _done |
Definition at line 8 of file NullableDecimalAverageAggregationOperator.cs.