PooledBuffer.Advance(Int32) メソッド

定義

count データ項目が出力 Span<T> または Memory<T> に書き込まれたことを IBufferWriter<T> に通知します。

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

パラメーター

bytes
Int32

実装

適用対象