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
System.Threading.LazyInitializer Class Reference
+ Collaboration diagram for System.Threading.LazyInitializer:

Static Public Member Functions

static T EnsureInitialized< T > (ref T target)
 
static T EnsureInitialized< T > (ref T target, global::System.Func< T > valueFactory)
 
static T EnsureInitialized< T > (ref T target, ref object syncLock, global::System.Func< T > valueFactory)
 

Static Private Member Functions

static T EnsureInitializedCore< T > (ref T target)
 
static T EnsureInitializedCore< T > (ref T target, global::System.Func< T > valueFactory)
 
static T EnsureInitializedCore< T > (ref T target, ref object syncLock, global::System.Func< T > valueFactory)
 
static object EnsureLockInitialized (ref object syncLock)
 

Detailed Description

Definition at line 16 of file LazyInitializer.cs.


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