HashEnumeratorBase<TKey,TValue>.Reset Method
Definition
Sets the enumerator to its initial position, which is before the first element in the collection.
public:
virtual void Reset();
public virtual void Reset ();
abstract member Reset : unit -> unit
override this.Reset : unit -> unit
Public Overridable Sub Reset ()