Skip to content

BufferSlice Properties

Represents a slice of a PooledBuffer.

MemorySegments

get
View source
public 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.

Offset

get
View source
public int Offset
Gets the offset into the underlying buffer at which this slice begins.