PrefixingBufferWriter<T,TBufferWriter>.Sequence.AsReadOnlySequence Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets this sequence expressed as a ReadOnlySequence<T>.
public System.Buffers.ReadOnlySequence<T> AsReadOnlySequence { get; }
member this.AsReadOnlySequence : System.Buffers.ReadOnlySequence<'T>
Public ReadOnly Property AsReadOnlySequence As ReadOnlySequence(Of T)
Property Value
A read only sequence representing the data in this object.