ReadOnlySequence<T>.IsSingleSegment Propiedad

Definición

Obtiene un valor que indica si el ReadOnlySequence<T> contiene un único segmento ReadOnlyMemory<T>.

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

Valor de propiedad

true si la secuencia de solo lectura está vacía; de lo contrario, false.

Se aplica a