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

◆ FreeNamedSlot()

static void System.Threading.Thread.LocalDataStore.FreeNamedSlot ( string name)
inlinestatic

Definition at line 129 of file Thread.cs.

130 {
133 {
134 dictionary.Remove(name);
135 }
136 }
bool ICollection< KeyValuePair< TKey, TValue > >. Remove(KeyValuePair< TKey, TValue > keyValuePair)
static Dictionary< string, LocalDataStoreSlot > EnsureNameToSlotMap()
Definition Thread.cs:94

References System.dictionary, System.Threading.Thread.LocalDataStore.EnsureNameToSlotMap(), and System.Collections.Generic.Dictionary< TKey, TValue >.Remove().

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