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