Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.Linq.XHashtable< TValue >.XHashtableState Class Referencesealed

Classes

struct  Entry
 

Public Member Functions

 XHashtableState (ExtractKeyDelegate extractKey, int capacity)
 
XHashtableState Resize ()
 
bool TryGetValue (string key, int index, int count, [MaybeNullWhen(false)] 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

readonly int[] _buckets
 
readonly Entry[] _entries
 
int _numEntries
 
readonly ExtractKeyDelegate _extractKey
 

Detailed Description

Definition at line 10 of file XHashtable.cs.


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