EntitySet<TEntity>.ICollection.CopyTo Method (Array, Int32)
.NET Framework (current version)
For a description of this member, see CopyTo.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Parameters
- array
-
Type:
System.Array
The array to which elements of the collection are copied.
- index
-
Type:
System.Int32
The array index at which copying begins.
Implements
ICollection.CopyTo(Array, Int32)This member is an explicit interface member implementation. It can be used only when the EntitySet<TEntity> instance is cast to an ICollection interface.
.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Show: