AsMemory(int)
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.
