Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Linq.Parallel.PartitionedStream< TElement, TKey > Class Template Reference

Protected Attributes

QueryOperatorEnumerator< TElement, TKey >[] _partitions
 

Package Functions

 PartitionedStream (int partitionCount, IComparer< TKey > keyComparer, OrdinalIndexState indexState)
 

Properties

QueryOperatorEnumerator< TElement, TKey > this[int index] [get, set]
 
int PartitionCount [get]
 
IComparer< TKey > KeyComparer [get]
 
OrdinalIndexState OrdinalIndexState [get]
 

Private Attributes

readonly IComparer< TKey > _keyComparer
 
readonly OrdinalIndexState _indexState
 

Detailed Description

Definition at line 5 of file PartitionedStream.cs.


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