Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Threading.AsyncLocal< T > Class Template Referencesealed

Public Member Functions

 AsyncLocal ()
 
 AsyncLocal (Action< AsyncLocalValueChangedArgs< T > >? valueChangedHandler)
 

Properties

T Value [get, set]
 

Private Member Functions

void IAsyncLocal. OnValueChanged (object previousValueObj, object currentValueObj, bool contextChanged)
 

Private Attributes

readonly Action< AsyncLocalValueChangedArgs< T > > m_valueChangedHandler
 

Detailed Description

Definition at line 5 of file AsyncLocal.cs.


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