ImmutableQueue<T>.IsEmpty Eigenschaft

Definition

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

NuGet-Paket: System.Collections.Immutable (Grundlegendes zu unveränderlichen Sammlungen und deren Installation)

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

Eigenschaftswert

true, wenn diese Warteschlange leer ist, andernfalls false.

Implementiert

Gilt für: