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
System.Threading.LazyInitializer Class Reference

Static Public Member Functions

static T EnsureInitialized< T > (T target)
 
static T EnsureInitialized< T > (T target, Func< T > valueFactory)
 
static T EnsureInitialized< T > (T target, object syncLock, Func< T > valueFactory)
 

Static Private Member Functions

static T EnsureInitializedCore< T > (T target)
 
static T EnsureInitializedCore< T > (T target, Func< T > valueFactory)
 
static T EnsureInitializedCore< T > (T target, object syncLock, Func< T > valueFactory)
 
static object EnsureLockInitialized (object syncLock)
 

Detailed Description

Definition at line 7 of file LazyInitializer.cs.


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