Skip to content

TestBufferWriterStruct.Advance(int)

Advance(int)

View source
public void Advance(int bytes)
Notifies the System.Buffers.IBufferWriter that count data items were written to the output System.Span or System.Memory.

Parameters

bytesint
The number of data items written to the System.Span or System.Memory.