StreamOnIStreamPosition Property |
When overridden in a derived class, gets or sets the position within the current stream.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public override long Position { get; set; }
Property Value
Type:
Int64The position within the current stream
See Also