[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)
Iterator for use by net.esper.view.ext.SortWindowView.
Namespace: net.esper.view.ext
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public NotInheritable Class SortWindowIterator _ Implements IEnumerator(Of EventBean), IDisposable, IEnumerator |
C# |
---|
public sealed class SortWindowIterator : IEnumerator<EventBean>, IDisposable, IEnumerator |
Visual C++ |
---|
public ref class SortWindowIterator sealed : IEnumerator<EventBean^>, IDisposable, IEnumerator |