Edit

Share via


Writer<TBufferWriter>.AdvanceSpan(Int32) Method

Definition

Advance the write position in the current span.

public void AdvanceSpan (int length);
member this.AdvanceSpan : int -> unit
Public Sub AdvanceSpan (length As Integer)

Parameters

length
Int32

The number of bytes to advance wirte position by.

Applies to