SynchronizedCollection<T>::CopyTo Method (array<T>^, 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
- index
-
Type:
System::Int32
The zero-based index in the array at which copying begins.
Implements
ICollection<T>::CopyTo(array<T>^, Int32)
.NET Framework
Available since 3.0
Available since 3.0
Show: