次の方法で共有


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 が返されます。

注釈

これは、 の false 呼び出し後に を DisposeValue()返します。

適用対象