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 da propriedade

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

Aplica-se a