PagesEnumeratorTIEnumeratorMoveNext Method
Advances the enumerator to the next element of the collection.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
bool IEnumerator.MoveNext()
Private Function MoveNext As Boolean
Implements IEnumerator.MoveNext
private:
virtual bool MoveNext() sealed = IEnumerator::MoveNext
private abstract MoveNext : unit -> bool
private override MoveNext : unit -> bool
Boolean if the enumerator was successfully advanced to the next element;
if the enumerator has passed the end of the collection.
IEnumeratorMoveNext