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 套件

關於不可變的集合以及如何安裝

適用於