Terraria v1.4.4.9
Terraria source code documentation
|
Protected Member Functions | |
override HashLookup< Wrapper< TGroupKey >, GroupKeyData > | BuildHashLookup () |
override void | Dispose (bool disposing) |
Protected Attributes | |
readonly QueryOperatorEnumerator< Pair< TSource, TGroupKey >, TOrderKey > | _source |
readonly IEqualityComparer< TGroupKey > | _keyComparer |
readonly IComparer< TOrderKey > | _orderComparer |
readonly CancellationToken | _cancellationToken |
Package Functions | |
OrderedGroupByIdentityQueryOperatorEnumerator (QueryOperatorEnumerator< Pair< TSource, TGroupKey >, TOrderKey > source, Func< TSource, TGroupKey > keySelector, IEqualityComparer< TGroupKey > keyComparer, IComparer< TOrderKey > orderComparer, CancellationToken cancellationToken) | |
override bool | MoveNext ([MaybeNullWhen(false)][AllowNull] ref IGrouping< TGroupKey, TElement > currentElement,[AllowNull] ref TOrderKey currentKey) |
Private Attributes | |
readonly Func< TSource, TGroupKey > | _keySelector |
Mutables | _mutables |
Definition at line 6 of file OrderedGroupByIdentityQueryOperatorEnumerator.cs.