Advances the enumerator to the next element of the collection.


Namespace: xpidea.neuro.net
Assembly: xpidea.neuro.net (in xpidea.neuro.net.dll)

Syntax

Visual Basic (Declaration)
Public Function MoveNext() As Boolean
C#
public bool MoveNext()
C++
public:
 bool MoveNext() sealed 
J#
public bool MoveNext()
JScript
public  function MoveNext() : bool

Return Value

true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.

See Also