An NDoc Documented Class Library

SmartMemoryStream.Seek Method 

Sets the position within to the specified value.

public override long Seek(
   long offset,
   SeekOrigin origin
);

Parameters

offset
The new position relative to the origin.
origin
One of the three SeekOrigin values.

Return Value

See Also

SmartMemoryStream Class | InfiniTec.SystemUtilities Namespace