Returns the next item in the list and advances the Enumerator

Namespace:  SingularSys.Jep.DataStructures
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
T Next()
Visual Basic (Declaration)
Function Next As T
Visual C++
T Next()

Return Value

The next item

See Also