Click or drag to resize

DictionarySetCopyTo Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Copy elements from this collection into the one-dimensional array.

Namespace:  Tangosol.Util.Collections
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public virtual void CopyTo(
	Array array,
	int arrayIndex
)

Parameters

array
Type: SystemArray
An array to which elements should be copied.
arrayIndex
Type: SystemInt32
Index in array at which copying should start.

Implements

ICollectionCopyTo(Array, Int32)
See Also