ReadOnlySequence<T>.IsSingleSegment Propriedade

Definição

Obtém um valor que indica se ReadOnlySequence<T> contém um ú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 da propriedade

true se a sequência somente leitura estiver vazia; caso contrário, false.

Aplica-se a