ReaderInput.Skip(Int64) 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.
Skips the specified number of bytes.
public abstract void Skip (long count);
abstract member Skip : int64 -> unit
Public MustOverride Sub Skip (count As Long)
Parameters
- count
- Int64
The number of bytes to skip.