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