Unit.IsEmpty プロパティ

定義

Unit が空かどうかを示す値を取得します。

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

プロパティ値

true が空の場合は Unit。それ以外の場合は false

注釈

プロパティを IsEmpty 使用して、 Unit が空かどうかを判断します。 Unitプロパティに 0 の列挙値がType含まれている場合、 は空です。

適用対象

こちらもご覧ください