System.Threading.Thread.Thread.LocalDataStore.AllocateSlot C# (CSharp) 메소드

AllocateSlot() 공개 정적인 메소드

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