Use to reset the iterator in the ObjectSet.
The set implements IIterator, which means you can use the MoveFirst, GetNext, PeekNext and HasNext functions to iterate through the items in the class.
ObjectSet Class