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

Convert list of events to array, returning null for empty or null lists.

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

Syntax

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

Parameters

eventList
System.Collections.Generic.IList<(Of T>)

Return Value

array of events