Span<T>.IsEmpty Eigenschaft

Definition

Gibt einen Wert zurück, der angibt, ob das aktuelle Span<T>-Element 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 aktuelle Spanne leer ist; falseandernfalls .

Gilt für: