[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Advances the enumerator and returns the next item.

Namespace: net.esper.compat
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function Next(Of T) ( _
	enumObj As IEnumerator(Of T) _
) As T
C#
public static T Next<T> (
	IEnumerator<T> enumObj
)
Visual C++
public:
generic<typename T>
static T Next (
	IEnumerator<T>^ enumObj
)

Parameters

enumObj
System.Collections.Generic.IEnumerator<(Of T>)

Return Value

Type Parameters

T