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