EntitySet<TEntity>::ICollection::CopyTo Method (Array^, Int32)

 

For a description of this member, see CopyTo.

Namespace:   System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

private:
virtual void CopyTo(
	Array^ array,
	int index
) sealed = ICollection::CopyTo

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.

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
Return to top
Show: