DataViewSettingCollection::CopyTo Method (Array^, Int32)
.NET Framework (current version)
Copies the collection objects to a one-dimensional Array instance starting at the specified index.
Assembly: System.Data (in System.Data.dll)
Parameters
- ar
-
Type:
System::Array^
The one-dimensional Array that is the destination of the values copied from the collection.
- index
-
Type:
System::Int32
The index of the array at which to start inserting.
Implements
ICollection::CopyTo(Array^, Int32)
.NET Framework
Available since 1.1
Available since 1.1
Show: