PooledBuffer.Advance(Int32) 方法

定义

通知 IBufferWriter<T>,已向输出 Span<T>Memory<T> 写入 count 数据项。

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

参数

bytes
Int32

实现

适用于