terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Newtonsoft.Json.Utilities.ThreadSafeStore< TKey, TValue > Class Template Reference

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 10 of file ThreadSafeStore.cs.


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