Span<T>.IsEmpty Proprietà

Definizione

Restituisce un valore che indica se l'oggetto Span<T> corrente è vuoto.

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 l'intervallo corrente è vuoto; in caso contrario, false.

Si applica a