Share via


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 패키지

변경할 수 없는 컬렉션 및 설치 방법 정보

적용 대상