ProviderCollection::CopyTo Method (array<ProviderBase^>^, Int32)
.NET Framework (current version)
Copies the contents of the collection to the given array starting at the specified index.
Assembly: System.Configuration (in System.Configuration.dll)
Parameters
- array
-
Type:
array<System.Configuration.Provider::ProviderBase^>^
The array to copy the elements of the collection to.
- index
-
Type:
System::Int32
The index of the collection item at which to start the copying process.
The array into which the items are copied must have zero-based indexing.
.NET Framework
Available since 2.0
Available since 2.0
Show: