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

Converts all of the items in source to an array.

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

Syntax

Visual Basic (Declaration)
Public Shared Function ToArray(Of T) ( _
	source As ICollection(Of T) _
) As T()
C#
public static T[] ToArray<T> (
	ICollection<T> source
)
Visual C++
public:
generic<typename T>
static array<T>^ ToArray (
	ICollection<T>^ source
)

Parameters

source
System.Collections.Generic.ICollection<(Of T>)

Return Value

Type Parameters

T