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

Flatten the vector of arrays to an array. Return null if an empty vector was passed, elsereturn an array containing all the events.

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

Syntax

Visual Basic (Declaration)
Public Shared Function Flatten ( _
	eventVector As IList(Of EventBean()) _
) As EventBean()
C#
public static EventBean[] Flatten (
	IList<EventBean[]> eventVector
)
Visual C++
public:
static array<EventBean^>^ Flatten (
	IList<array<EventBean^>^>^ eventVector
)

Parameters

eventVector
System.Collections.Generic.IList<(Of T>)
vector

Return Value

array with all events