SynchronizedReadOnlyCollection<T>.CopyTo Method (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(T[], Int32)
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: