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

Public Member Functions

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

Protected Member Functions

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

Package Functions

 GroupJoinHashLookup (HashLookup< THashKey, TBaseElement > baseLookup)
 

Properties

TOrderKey EmptyValueKey [get]
 

Private Member Functions

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

Private Attributes

readonly HashLookup< THashKey, TBaseElement_base
 

Detailed Description

Definition at line 5 of file GroupJoinHashLookup.cs.


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