'Declaration Public Overrides Function Seek( _
ByVal offsetA byte offset relative to origin.As Long, _
ByVal originA value of type System.IO.SeekOrigin indicating the reference point from which to obtain the new position.As System.IO.SeekOrigin _
) As Long
public override long Seek(
long offset,
System.IO.SeekOrigin origin
)
public: long Seek(
long offset,
System.IO.SeekOrigin origin
); override
public:
long Seek(
long offset,
System.IO.SeekOrigin origin
); override
Parameters
- offset
 - A byte offset relative to origin.
 - origin
 - A value of type System.IO.SeekOrigin indicating the reference point from which to obtain the new position.
 
Return Value
The new position within the current buffered stream.