[This is preliminary documentation and is subject to change.]

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

Namespace: Tools.CollectionsT.GenericT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public void Reset()
Visual Basic
Public Sub Reset
Visual C++
public:
virtual void Reset() sealed
F#
abstract Reset : unit -> unit 
override Reset : unit -> unit 
JScript
public final function Reset()

Implements

IEnumerator..::..Reset()()()()

See Also