SynchronizedReadOnlyCollection(Of 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 Array that is the destination for the elements 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
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: