EntityCollection<TEntity>::CopyTo Method (array<TEntity>^, Int32)
.NET Framework (current version)
Copies all the contents of the collection to an array, starting at the specified index of the target array.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
Parameters
- array
-
Type:
array<TEntity>^
The array to copy to.
- arrayIndex
-
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.5
Available since 3.5
Show: