The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
OidCollection::ICollection::CopyTo Method (Array^, Int32)
.NET Framework (current version)
Copies the OidCollection object into an array.
Assembly: System (in System.dll)
Parameters
- array
-
Type:
System::Array^
The array to copy the OidCollection object to.
- index
-
Type:
System::Int32
The location where the copy operation starts.
Implements
ICollection::CopyTo(Array^, Int32)| Exception | Condition |
|---|---|
| ArgumentException | array cannot be a multidimensional array. -or- The length of array is an invalid offset length. |
| ArgumentNullException | array is null. |
| ArgumentOutOfRangeException | The value of index is out range. |
This method copies an OidCollection object into an array at the specified location.
.NET Framework
Available since 2.0
Available since 2.0
Show: