Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ SetData()

static void System.Threading.Thread.LocalDataStore.SetData ( LocalDataStoreSlot slot,
object value )
inlinestatic

Definition at line 152 of file Thread.cs.

153 {
154 GetThreadLocal(slot).Value = value;
155 }
static ThreadLocal< object > GetThreadLocal(LocalDataStoreSlot slot)
Definition Thread.cs:138

References System.Threading.Thread.LocalDataStore.GetThreadLocal(), and System.value.

Referenced by System.Threading.Thread.SetData().