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
|
Classes | |
class | DefaultComparer |
class | Entry |
Public Member Functions | |
LowLevelDictionary () | |
LowLevelDictionary (int capacity, IEqualityComparer< TKey > comparer) | |
void | Clear (int capacity=17) |
bool | Remove (TKey key) |
Properties | |
TKey | this[TKey key] [set] |
Private Member Functions | |
LowLevelDictionary< TKey, TValue >.Entry | Find (TKey key) |
LowLevelDictionary< TKey, TValue >.Entry | UncheckedAdd (TKey key, TValue value) |
void | ExpandBuckets () |
int | GetBucket (TKey key, int numBuckets=0) |
Private Attributes | |
LowLevelDictionary< TKey, TValue >.Entry[] | _buckets |
int | _numEntries |
int | _version |
IEqualityComparer< TKey > | _comparer |
Definition at line 9 of file LowLevelDictionary.cs.