ReadOnlySequence<T>.IsSingleSegment Propriedade

Definição

Obtém um valor que indica se o ReadOnlySequence<T> contém um único ReadOnlyMemory<T> segmento.

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

Valor de Propriedade

true se a sequência de apenas leitura consistir num único segmento de memória; caso contrário, false.

Aplica-se a