[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.eql.join.rep
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Class SingleCursorIterator _ Implements IEnumerator(Of Cursor), IDisposable, IEnumerator |
C# |
---|
public class SingleCursorIterator : IEnumerator<Cursor>, IDisposable, IEnumerator |
Visual C++ |
---|
public ref class SingleCursorIterator : IEnumerator<Cursor^>, IDisposable, IEnumerator |