Düzenle

Aracılığıyla paylaş


PooledBuffer.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 bytes);
abstract member Advance : int -> unit
override this.Advance : int -> unit
Public Sub Advance (bytes As Integer)

Parameters

bytes
Int32

Implements

Applies to