Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Returns an array containing all of the elements from the specified collection.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public static Object[] ToArray(
	ICollection col
)

Parameters

col
Type: System.Collections..::.ICollection
Collection whose elements are copied to an array.

Return Value

An array containing the elements of the collection.

See Also