AsyncLazy<T>.IsValueCreated Property

Definition

Gets a value indicating whether the value factory has been invoked.

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

Property Value

Returns Boolean.

Remarks

This returns false after a call to DisposeValue().

Applies to