言語

PropertyFilter.IsEmpty プロパティ

定義

この PropertyFilter にフィルター述語がないかどうかを示す読み取り専用プロパティです。

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

プロパティ値

true 述語が存在しない場合。それ以外の場合は false

適用対象