OrderedDictionary TKey, TValue  CopyTo Method ( KeyValuePair TKey, TValue  , 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.Collections.Generic KeyValuePair TKey, TValue  
The allocated array into which the items from OrderedDictionary TKey, TValue  will be copied.
index
Type: System Int32
The zero-based index into array where copying will begin.

Implements

ICollection T  CopyTo( T , 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 ; othewise a ArgumentException will be thrown. index must be equal or greater than 0.
See Also