Reader<TInput>.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 void Skip (long count);
member this.Skip : int64 -> unit
Public Sub Skip (count As Long)
Parameters
- count
- Int64
The number of bytes to skip.