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

Ctor.

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	stream As Integer, _
	nodeEnumerator As IEnumerator(Of Node) _
)
C#
public NodeCursorEnumerator (
	int stream,
	IEnumerator<Node> nodeEnumerator
)
Visual C++
public:
NodeCursorEnumerator (
	int stream, 
	IEnumerator<Node^>^ nodeEnumerator
)

Parameters

stream
System.Int32
is the stream that the events in the Node belong to
nodeEnumerator
System.Collections.Generic.IEnumerator<(Of T>)
is the iterator over all nodes to position over