terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
This is the complete list of members for System.Xml.Linq.XHashtable< TValue >.XHashtableState, including all inherited members.
_buckets | System.Xml.Linq.XHashtable< TValue >.XHashtableState | private |
_entries | System.Xml.Linq.XHashtable< TValue >.XHashtableState | private |
_extractKey | System.Xml.Linq.XHashtable< TValue >.XHashtableState | private |
_numEntries | System.Xml.Linq.XHashtable< TValue >.XHashtableState | private |
ComputeHashCode(string key, int index, int count) | System.Xml.Linq.XHashtable< TValue >.XHashtableState | inlineprivatestatic |
FindEntry(int hashCode, string key, int index, int count, int entryIndex) | System.Xml.Linq.XHashtable< TValue >.XHashtableState | inlineprivate |
Resize() | System.Xml.Linq.XHashtable< TValue >.XHashtableState | inline |
TryAdd(TValue value, [Out] TValue newValue) | System.Xml.Linq.XHashtable< TValue >.XHashtableState | inline |
TryGetValue(string key, int index, int count, [Out] TValue value) | System.Xml.Linq.XHashtable< TValue >.XHashtableState | inline |
XHashtableState(XHashtable< TValue >.ExtractKeyDelegate extractKey, int capacity) | System.Xml.Linq.XHashtable< TValue >.XHashtableState | inline |