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
|
Public Member Functions | |
ThreadSafeStore (Func< TKey, TValue > creator) | |
TValue | Get (TKey key) |
Private Member Functions | |
TValue | AddValue (TKey key) |
Private Attributes | |
readonly object | _lock |
Dictionary< TKey, TValue > | _store |
readonly Func< TKey, TValue > | _creator |
Definition at line 14 of file ThreadSafeStore.cs.