This is the complete list of members for System.Linq.Parallel.UnorderedHashRepartitionStream< TInputOutput, THashKey, TIgnoreKey >, including all inherited members.
_distributionMod | System.Linq.Parallel.HashRepartitionStream< TInputOutput, THashKey, int > | private |
_elementComparer | System.Linq.Parallel.HashRepartitionStream< TInputOutput, THashKey, int > | private |
_keyComparer | System.Linq.Parallel.HashRepartitionStream< TInputOutput, THashKey, int > | private |
GetHashCode(TInputOutput element) | System.Linq.Parallel.HashRepartitionStream< TInputOutput, THashKey, int > | inlinepackage |
GetHashCode(THashKey key) | System.Linq.Parallel.HashRepartitionStream< TInputOutput, THashKey, int > | inlinepackage |
HashRepartitionStream(int partitionsCount, IComparer< TOrderKey > orderKeyComparer, IEqualityComparer< THashKey > hashKeyComparer, IEqualityComparer< TInputOutput > elementComparer) | System.Linq.Parallel.HashRepartitionStream< TInputOutput, THashKey, int > | inlinepackage |
UnorderedHashRepartitionStream(PartitionedStream< TInputOutput, TIgnoreKey > inputStream, Func< TInputOutput, THashKey > keySelector, IEqualityComparer< THashKey > keyComparer, IEqualityComparer< TInputOutput > elementComparer, CancellationToken cancellationToken) | System.Linq.Parallel.UnorderedHashRepartitionStream< TInputOutput, THashKey, TIgnoreKey > | inlinepackage |