Skip to content

ArcBufferPage.AsMemory(int)

AsMemory(int)

View source
public Memory<byte> AsMemory(int offset)
Creates a new memory region over the portion of the target page beginning at a specified position.

Parameters

offsetint
The offset into the array to return memory from.

Returns

The memory region.