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

◆ AllocateNamedDataSlot()

static LocalDataStoreSlot System.Threading.Thread.AllocateNamedDataSlot ( string name)
inlinestatic

Definition at line 745 of file Thread.cs.

746 {
747 return LocalDataStore.AllocateNamedSlot(name);
748 }

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