ThreadLocal<T>.IsValueCreated Propiedad

Definición

Obtiene un valor que indica si Value se inicializa en el subproceso actual.

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

Valor de propiedad

Es true si Value se inicializa en el subproceso actual; en caso contrario, es false.

Excepciones

Se eliminó la instancia de ThreadLocal<T>.

Se aplica a

Consulte también