 | AutoResetStream.Position Property |
When overridden in a derived class, gets or sets the position within the current stream.
Namespace:
BionicCode.Utilities.Net.Standard.IO
Assembly:
BionicCode.Utilities.Net.Standard (in BionicCode.Utilities.Net.Standard.dll) Version: 1.0.4
Syntaxpublic override long Position { get; set; }
Public Overrides Property Position As Long
Get
Set
Dim instance As AutoResetStream
Dim value As Long
value = instance.Position
instance.Position = value
abstract Position : int64 with get, set
override Position : int64 with get, set
/** @property */
public long get_Position()
/** @property */
public void set_Position(long value)
override function get Position () : long
override function set Position (value : long)
function get_Position();
function set_Position(value);
VIRTUAL PROPERTY Position AS INT64 GET SET
Return Value
Type:
Int64The current position within the stream.
Exceptions
See Also