[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)
A utility class for an iterator that has one element.
Namespace: net.esper.collection
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Class SingleEventIterator _ Implements IEnumerator(Of EventBean), IDisposable, IEnumerator |
C# |
---|
public class SingleEventIterator : IEnumerator<EventBean>, IDisposable, IEnumerator |
Visual C++ |
---|
public ref class SingleEventIterator : IEnumerator<EventBean^>, IDisposable, IEnumerator |