ThreadLocal<T>.IsValueCreated Propriedade

Definição

Obtém se Value está inicializado na thread atual.

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

Valor de Propriedade

verdadeiro se Value for inicializado no thread atual; caso contrário, falso.

Exceções

O ThreadLocal<T> caso foi resolvido.

Aplica-se a

Ver também