Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
class | Entry |
Package Functions | |
CacheDict (int size) | |
bool | TryGetValue (TKey key, [MaybeNullWhen(false)] out TValue value) |
void | Add (TKey key, TValue value) |
Properties | |
TValue | this[TKey key] [set] |
Static Private Member Functions | |
static int | AlignSize (int size) |
Private Attributes | |
readonly int | _mask |
readonly Entry[] | _entries |
Definition at line 6 of file CacheDict.cs.