Lingua

AsyncLazy<T>.IsValueCreated Proprietà

Definizione

Ottiene un valore che indica se la factory di valori è stata richiamata.

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

Valore della proprietà

Restituisce Boolean.

Commenti

Viene restituito false dopo una chiamata a DisposeValue().

Si applica a