言語

AsyncLazy<T>.IsValueCreated プロパティ

定義

値ファクトリが呼び出されたかどうかを示す値を取得します。

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

プロパティ値

Boolean を返します。

注釈

これにより、DisposeValue()の呼び出し後にfalseが返されます。

適用対象