17 internal override bool MoveNext([MaybeNullWhen(
false)][AllowNull] ref TInputOutput currentElement, [AllowNull] ref TSortKey currentKey)
19 TKey currentKey2 =
default(TKey);
28 protected override void Dispose(
bool disposing)
bool MoveNext([MaybeNullWhen(false)][AllowNull] ref TElement currentElement, [AllowNull] ref TKey currentKey)
override void Dispose(bool disposing)
readonly Func< TInputOutput, TSortKey > _keySelector
override bool MoveNext([MaybeNullWhen(false)][AllowNull] ref TInputOutput currentElement, [AllowNull] ref TSortKey currentKey)
SortQueryOperatorEnumerator(QueryOperatorEnumerator< TInputOutput, TKey > source, Func< TInputOutput, TSortKey > keySelector)
readonly QueryOperatorEnumerator< TInputOutput, TKey > _source