SynchronizedCollection<T>.ICollection.CopyTo Method (Array, Int32)
.NET Framework (current version)
Copies the elements of the collection to a specified array, starting at a particular index.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- array
-
Type:
System.Array
The destination Array for the elements of type T copied from the collection.
- index
-
Type:
System.Int32
The zero-based index in the array at which copying begins.
Implements
ICollection.CopyTo(Array, Int32)
.NET Framework
Available since 3.0
Available since 3.0
Show: