ContentsIndexHome
PreviousUpNext
IIterator.next Method

Moves the current position to the next non-default value, if any.

C#
bool next();

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