Span<T>.IsEmpty Propriété

Définition

Retourne une valeur qui indique si le Span<T> actuel est vide.

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

Valeur de propriété

Boolean

true si l’étendue actuelle est vide ; sinon, false.

S’applique à