TreeEnumerator<TKey,TValue>.Reset Method

Definition

Sets the enumerator to its initial position, which is before the first element in the collection.

public:
 override void Reset();
public override void Reset ();
override this.Reset : unit -> unit
Public Overrides Sub Reset ()

Applies to