System.Threading.Thread.Thread.LocalDataStore.AllocateSlot C# (CSharp) Method

AllocateSlot() public static method

public static AllocateSlot ( ) : LocalDataStoreSlot
return LocalDataStoreSlot
            public static LocalDataStoreSlot AllocateSlot()
            {
                return new LocalDataStoreSlot(new ThreadLocal<object>());
            }