Int64Aggregator.IsEmpty プロパティ

定義

Int64 値のシーケンスが空かどうかを示す Boolean 値を返します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

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

プロパティ値

true 値のシーケンスが空の場合は Int64。それ以外の場合は false

適用対象