GenericPointer.Reset Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Resets pointer to initial state. After invoked pointer should be functional and ready for re-use.
public:
abstract void Reset();
public abstract void Reset ();
abstract member Reset : unit -> unit
Public MustOverride Sub Reset ()