Terraria v1.4.4.9
Terraria source code documentation
|
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, ref 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, [MaybeNullWhen(false)] out TValue value) | System.Xml.Linq.XHashtable< TValue >.XHashtableState | inline |
XHashtableState(ExtractKeyDelegate extractKey, int capacity) | System.Xml.Linq.XHashtable< TValue >.XHashtableState | inline |