ImmutableQueue<T>.IsEmpty Proprietà

Definizione

Ottiene un valore che indica se questa coda non modificabile è vuota o meno.

Pacchetto NuGet: System.Collections.Immutable (informazioni sulle raccolte non modificabili e su come installarle)

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

Valore della proprietà

true se la coda è vuota; in caso contrario, false.

Implementazioni

Si applica a