Skip to content

BufferSlice.Slice(int)

Slice(int)

View source
public BufferSlice Slice(int offset)
Forms a slice out of this instance, beginning at the specified offset into this slice.

Parameters

offsetint
The offset into this slice where the newly formed slice will begin.

Returns

A slice instance.