ReadOnlyCollectionBuilder<T>::ICollection::CopyTo Method (Array^, Int32)
.NET Framework (current version)
Copies the elements of the ICollection<T> to an array, starting at the specified array index.
Assembly: System.Core (in System.Core.dll)
Parameters
- array
-
Type:
System::Array^
The one-dimensional array that is the destination of the elements copied from ICollection<T>. The array must have zero-based indexing.
- index
-
Type:
System::Int32
The zero-based index in array at which copying begins.
Implements
ICollection::CopyTo(Array^, Int32)
.NET Framework
Available since 4.0
Silverlight
Available since 4.0
Available since 4.0
Silverlight
Available since 4.0
Show: