Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Dynamic.Utils.CacheDict< TKey, TValue > Class Template Referencesealed

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
 

Detailed Description

Definition at line 6 of file CacheDict.cs.


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