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

Copy elements from this collection into the one-dimensional array.

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

Syntax

C#
public virtual void CopyTo(
	Array array,
	int arrayIndex
)

Parameters

array
Type: System..::.Array
An array to which elements should be copied.
arrayIndex
Type: System..::.Int32
Index in array at which copying should start.

Implements

ICollection..::.CopyTo(Array, Int32)

See Also