 | AutoResetStream.Reset Method |
Resets the
Position to an offset of '0' relative to the provided
seekOrigin.
Namespace:
BionicCode.Utilities.Net.Standard.IO
Assembly:
BionicCode.Utilities.Net.Standard (in BionicCode.Utilities.Net.Standard.dll) Version: 1.0.4
Syntaxmember Reset :
?seekOrigin : SeekOrigin
(* Defaults:
let _seekOrigin = defaultArg seekOrigin SeekOrigin.Current
*)
-> unit
function Reset(seekOrigin);
Parameters
- seekOrigin (Optional)
- Type: System.IO.SeekOrigin
The optional relative position of the Stream to apply the zero offset to. The default is Begin.
See Also