ContentsIndexHome
PreviousUpNext
ISetIterator.next Method

Moves the current iterator position to the next iterator position, if any.

C#
bool next();

False if the end of the data is reached, true otherwise.