terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Xml.Linq.XHashtable< TValue >.XHashtableState Class Referencesealed
+ Collaboration diagram for System.Xml.Linq.XHashtable< TValue >.XHashtableState:

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, ref 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 90 of file XHashtable.cs.


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