ImmutableSortedSet<T>.IsEmpty Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob diese unveränderliche sortierte Gruppe leer ist.

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

Eigenschaftswert

true, wenn die Gruppe leer ist; andernfalls false.

Hinweise

System.Collections.Immutable NuGet-Paket

Informationen zu unveränderlichen Sammlungen und Installation

Gilt für: