Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Copy entries from this dictionary into the one-dimensional array.

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

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