terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Xml.Linq.XHashtable< TValue >.XHashtableState Class Referencesealed

Classes

struct  Entry
 

Public Member Functions

 XHashtableState (XHashtable< TValue >.ExtractKeyDelegate extractKey, int capacity)
 
XHashtable< TValue >.XHashtableState Resize ()
 
bool TryGetValue (string key, int index, int count, [Out] TValue value)
 
bool TryAdd (TValue value, [Out] TValue newValue)
 

Private Member Functions

bool FindEntry (int hashCode, string key, int index, int count, int entryIndex)
 

Static Private Member Functions

static int ComputeHashCode (string key, int index, int count)
 

Private Attributes

int[] _buckets
 
XHashtable< TValue >.XHashtableState.Entry[] _entries
 
int _numEntries
 
XHashtable< TValue >.ExtractKeyDelegate _extractKey
 

Detailed Description

Definition at line 73 of file XHashtable.cs.


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