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

◆ GetData()

static object System.Threading.Thread.LocalDataStore.GetData ( LocalDataStoreSlot slot)
inlinestatic

Definition at line 147 of file Thread.cs.

148 {
149 return GetThreadLocal(slot).Value;
150 }
static ThreadLocal< object > GetThreadLocal(LocalDataStoreSlot slot)
Definition Thread.cs:138

References System.Threading.Thread.LocalDataStore.GetThreadLocal().

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