Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Linq.Parallel.SortQueryOperator< TInputOutput, TSortKey > Class Template Referencesealed

Public Member Functions

IOrderedEnumerable< TElement > CreateOrderedEnumerable< TKey > (Func< TElement, TKey > keySelector, IComparer< TKey >? comparer, bool descending)
 
new IEnumerator< TGetEnumerator ()
 
new IEnumerator< TGetEnumerator ()
 

Protected Member Functions

void SetOrdinalIndexState (OrdinalIndexState indexState)
 

Package Functions

 SortQueryOperator (IEnumerable< TInputOutput > source, Func< TInputOutput, TSortKey > keySelector, IComparer< TSortKey > comparer, bool descending)
 
override QueryResults< TInputOutputOpen (QuerySettings settings, bool preferStriping)
 
override void WrapPartitionedStream< TKey > (PartitionedStream< TInputOutput, TKey > inputStream, IPartitionedStreamRecipient< TInputOutput > recipient, bool preferStriping, QuerySettings settings)
 
override IEnumerable< TInputOutputAsSequentialQuery (CancellationToken token)
 
void WrapPartitionedStream< TKey > (PartitionedStream< TInput, TKey > inputStream, IPartitionedStreamRecipient< TOutput > recipient, bool preferStriping, QuerySettings settings)
 

Properties

override bool LimitsParallelism [get]
 
QueryOperator< TInputChild [get]
 
override OrdinalIndexState OrdinalIndexState [get]
 

Private Member Functions

IOrderedEnumerable< TInputOutput > IOrderedEnumerable< TInputOutput >. CreateOrderedEnumerable< TKey2 > (Func< TInputOutput, TKey2 > key2Selector, IComparer< TKey2 > key2Comparer, bool descending)
 

Private Attributes

readonly Func< TInputOutput, TSortKey_keySelector
 
readonly IComparer< TSortKey_comparer
 
readonly QueryOperator< TInput_child
 
OrdinalIndexState _indexState
 

Detailed Description

Definition at line 7 of file SortQueryOperator.cs.


The documentation for this class was generated from the following file: