Condividi tramite


AsyncLazy<T>.IsValueCreated Proprietà

Definizione

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

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

Restituisce false dopo una chiamata a DisposeValue().

Si applica a