Skip to content

SpanBufferWriter.Advance(int)

Advance(int)

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

Parameters

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