Skip to content

ArcBufferPage.AsSpan(int, int)

AsSpan(int, int)

View source
public Span<byte> AsSpan(int offset, int length)
Gets a span pointing to the underlying array, starting from the provided offset.

Parameters

offsetint
The offset.
lengthint
The length.

Returns

The span.