OrderedDictionary TKey, TValue  CopyTo Method (Array, Int32)IBM WebSphere™ eXtreme Scale Client for .NET API Specification
IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification

Namespace: IBM.WebSphere.Caching
Assembly: Client.ApiImpl (in Client.ApiImpl.dll) Version: 8.6.0.0
Syntax

Parameters

array
Type: System Array
The allocated single-dimension array into which the items from OrderedDictionary TKey, TValue  will be copied.
index
Type: System Int32
The index into array where copying will begin.

Implements

ICollection CopyTo(Array, Int32)
Exceptions

ExceptionCondition
System ArgumentOutOfRangeExceptionThrown when index is out of range.
System ArgumentExceptionThrown when array does not have sufficient size to hold the incoming data.
Remarks

The array must have sufficient storage to contain all items from the OrderedDictionary TKey, TValue ; otherwise a ArgumentException will be thrown. index must be equal or greater than 0.
See Also