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

◆ ThreadSafeStore()

Newtonsoft.Json.Utilities.ThreadSafeStore< TKey, TValue >.ThreadSafeStore ( Func< TKey, TValue > creator)
inline

Definition at line 14 of file ThreadSafeStore.cs.

15 {
16 do
17 {
18 base..ctor();
19 }
20 while (creator == null);
21 this._creator = creator;
22 this._store = 1;
23 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.