[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
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
Return Value
Type Parameters
- T