Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Linq.Parallel.OrderedGroupJoinHashLookupBuilder< TElement, TOrderKey, THashKey >.OrderedGroupJoinHashLookup Class Referencesealed

Public Member Functions

override bool TryGetValue (THashKey key, ref HashLookupValueList< IEnumerable< TElement >, TOrderKey > value)
 

Protected Member Functions

override Pair< IEnumerable< TElement >, Pair< bool, TOrderKey > > CreateValuePair (GroupKeyData baseValue)
 
Pair< IEnumerable< TElement >, TOrderKey > CreateValuePair (TBaseElement baseValue)
 

Package Functions

 OrderedGroupJoinHashLookup (HashLookup< THashKey, GroupKeyData > lookup)
 

Properties

override Pair< bool, TOrderKey > EmptyValueKey [get]
 

Private Member Functions

Pair< bool, TOrderKey > Wrap (TOrderKey orderKey)
 
Pair< IEnumerable< TElement >, TOrderKey > GetValueList (THashKey key)
 

Private Attributes

readonly HashLookup< THashKey, TBaseElement_base
 

Detailed Description

Definition at line 39 of file OrderedGroupJoinHashLookupBuilder.cs.


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