ReadOnlySpan<T>.IsEmpty Eigenschaft

Definition

Gibt einen Wert zurück, der angibt, dass das aktuelle schreibgeschützte Span-Element leer ist.

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

Eigenschaftswert

Boolean

true wenn die aktuelle Spanne leer ist; andernfalls false.

Gilt für