ChangeConflictCollection::ICollection::CopyTo Method (Array^, Int32)

 

Copies the collection to an array.

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^

Name of the array.

index
Type: System::Int32

Index of the array.

.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Return to top
Show: