Skip to content

PooledBuffer Properties

A System.Buffers.IBufferWriter implementation implemented using pooled arrays which is specialized for creating System.Buffers.ReadOnlySequence instances.

Length

get
View source
public readonly int Length
Gets the total length which has been written.

MemorySegments

get
View source
public readonly MemoryEnumerator MemorySegments
Returns an enumerator which can be used to enumerate the data referenced by this instance.

Returns

An enumerator for the data contained in this instance.