Iterator to return the next value

Syntax

C#
public string Next()
Visual Basic
Public Function Next As String
Visual C++
public:
String^ Next()
F#
member Next : unit -> string 

Return Value

the next value

See Also