PooledBuffer.Advance(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
通知 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