Skip to content

ArcBufferPage.AsSpan(int)

AsSpan(int)

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

Parameters

offsetint
The offset.

Returns

The span.