AsSpan(int, int)
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.
public Span<byte> AsSpan(int offset, int length)offsetintlengthint