Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void SkipExactly(int)

Declaration

public void SkipExactly(
    int count
)

Summary

Skips the specified number of bytes in the current stream, and throws EndOfStreamException if the end of the stream is reached early.

Parameters

intcountNumber of bytes to skip.