Skip to content

ArcBuffer.Slice(int)

Slice(int)

View source
public readonly ArcBuffer Slice(int offset)
Creates a pinned slice from the specified offset to the end of this buffer.

Parameters

offsetint
The zero-based offset at which the slice begins.

Returns

A pinned slice which must be disposed when it is no longer needed.