Edit

Share via


PrefixingBufferWriter<T,TBufferWriter>.Advance(Int32) Method

Definition

Notifies the IBufferWriter<T> that count data items were written to the output Span<T> or Memory<T>.

public void Advance (int count);
abstract member Advance : int -> unit
override this.Advance : int -> unit
Public Sub Advance (count As Integer)

Parameters

count
Int32

Implements

Applies to