Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Linq.Parallel.HashRepartitionStream< TInputOutput, THashKey, TOrderKey > Class Template Referenceabstract

Protected Attributes

QueryOperatorEnumerator< TElement, TKey >[] _partitions
 

Package Functions

 HashRepartitionStream (int partitionsCount, IComparer< TOrderKey > orderKeyComparer, IEqualityComparer< THashKey > hashKeyComparer, IEqualityComparer< TInputOutput > elementComparer)
 
int GetHashCode (TInputOutput element)
 
int GetHashCode (THashKey key)
 

Properties

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

Private Attributes

readonly IEqualityComparer< THashKey_keyComparer
 
readonly IEqualityComparer< TInputOutput_elementComparer
 
readonly int _distributionMod
 
readonly OrdinalIndexState _indexState
 

Detailed Description

Definition at line 5 of file HashRepartitionStream.cs.


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