[]
Sets the position within the current stream.
public override long Seek(long offset, SeekOrigin origin)
Type | Name | Description |
---|---|---|
long | offset | |
SeekOrigin | origin |
Type | Description |
---|---|
long |
Type | Condition |
---|---|
InvalidOperationException | Attempted to seek outside of the bounds of the stream. |