|
Terraria v1.4.4.9
Terraria source code documentation
|
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 |
Definition at line 5 of file GroupJoinHashLookup.cs.