ArcBufferWriter.AdvanceReader(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.
Advances the reader by the specified number of bytes.
public void AdvanceReader(int count);
member this.AdvanceReader : int -> unit
Public Sub AdvanceReader (count As Integer)
Parameters
- count
- Int32
The number of bytes to advance the reader.