MapEnumerator.reset Method
Moves the enumerator to point to just before the first element in the map.
Syntax
public void reset()
Run On
Called
Remarks
The reset method moves the enumerator to the start of the set, before the first element in the set. You must call the MapEnumerator.moveNext method to make it point to the first element in the set.