ReadOnlySpan<T>.IsEmpty Propriedade

Definição

Retorna um valor que indica o intervalo atual somente leitura está vazio.Returns a value that indicates the current read-only span is empty.

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

Valor da propriedade

Boolean

true Quando o intervalo atual está vazio; caso contrário false .true when the current span is empty; otherwise false.

Aplica-se a