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 包

关于不可变集合以及如何安装

适用于