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

Constructor - takes a list of Iterable that supply the iterators to iterate over.

Namespace: net.esper.collection
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	iterables As IList(Of IEnumerable(Of EventBean)) _
)
C#
public IterablesListIterator (
	IList<IEnumerable<EventBean>> iterables
)
Visual C++
public:
IterablesListIterator (
	IList<IEnumerable<EventBean^>^>^ iterables
)

Parameters

iterables
System.Collections.Generic.IList<(Of T>)
is a list of Iterable instances for which iterators to iterator over