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

Iterator over a set of nodes supplying node and event-within-node position information in a net.esper.eql.join.rep.Cursor.

Namespace: net.esper.eql.join.rep
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Class NodeCursorEnumerator _
	Implements IEnumerator(Of Cursor), IDisposable, IEnumerator
C#
public class NodeCursorEnumerator : IEnumerator<Cursor>, IDisposable, IEnumerator
Visual C++
public ref class NodeCursorEnumerator : IEnumerator<Cursor^>, IDisposable, IEnumerator

Inheritance Hierarchy

System.Object
  net.esper.eql.join.rep.NodeCursorEnumerator

See Also