IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification
Assembly: Client.ApiImpl (in Client.ApiImpl.dll) Version: 8.6.0.0
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.
Copies the items in the OrderedDictionary TKey, TValue into the specified single-dimension array at the specified index.
Namespace: IBM.WebSphere.CachingAssembly: 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
Exception | Condition |
---|---|
System ArgumentOutOfRangeException | Thrown when index is out of range. |
System ArgumentException | Thrown when array does not have sufficient size to hold the incoming data. |
Remarks
See Also