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
Loading...
Searching...
No Matches
Newtonsoft.Json.Utilities.ThreadSafeStore< TKey, TValue > Class Template Reference
+ Inheritance diagram for Newtonsoft.Json.Utilities.ThreadSafeStore< TKey, TValue >:
+ Collaboration diagram for Newtonsoft.Json.Utilities.ThreadSafeStore< TKey, TValue >:

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
 

Detailed Description

Definition at line 14 of file ThreadSafeStore.cs.


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