Property Position
Position
Sets or returns the System.IO.Stream.Position value on the wrapped stream, representing the current position within the stream.
Declaration
public override long Position { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 | The position within the stream. |