[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
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
Return Value
Type Parameters
- T