Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Linq.Parallel.HashLookupValueList< TElement, TOrderKey > Struct Template Reference

Package Functions

 HashLookupValueList (TElement firstValue, TOrderKey firstOrderKey)
 
bool Add (TElement value, TOrderKey orderKey)
 

Properties

Pair< TElement, TOrderKey > Head [get]
 
ListChunk< Pair< TElement, TOrderKey > > Tail [get]
 

Static Private Member Functions

static Pair< TElement, TOrderKey > CreatePair (TElement value, TOrderKey orderKey)
 

Private Attributes

readonly Pair< TElement, TOrderKey > _head
 
ListChunk< Pair< TElement, TOrderKey > > _tail
 

Detailed Description

Definition at line 3 of file HashLookupValueList.cs.


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