terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
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 |
Definition at line 73 of file XHashtable.cs.