Writer<TBufferWriter>.AdvanceSpan(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.