Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Copy entries from this dictionary into the one-dimensional array.

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

Syntax

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

Parameters

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

Implements

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

See Also