ImmutableSortedSet<T>.IsEmpty プロパティ

定義

この変更できない並べ替えられたセットが空かどうかを示す値を取得します。

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

プロパティ値

このセットが空の場合は true。それ以外の場合は false

注釈

System.Collections.Immutable NuGet パッケージ

変更できないコレクションとインストール方法について

適用対象