ThreadLocal<T>.IsValueCreated 屬性

定義

會取得 Value 是否初始化在目前執行緒上。

public:
 property bool IsValueCreated { bool get(); };
public bool IsValueCreated { get; }
member this.IsValueCreated : bool
Public ReadOnly Property IsValueCreated As Boolean

屬性值

Value 在當前執行緒上初始化,則為 true;否則為 false。

例外狀況

ThreadLocal<T>該實例已被處理。

適用於

另請參閱