'Declaration Public Overrides Function Seek( _ ByVal offset As Long, _ ByVal origin As SeekOrigin _ ) As Long
public override long Seek( long offset, SeekOrigin origin )
Parameters
- offset
- A byte offset relative to the origin parameter.
- origin
- A value of type System.IO.SeekOrigin indicating the reference point used to obtain the new position.
Return Value
The new location.