ChangeConflictCollection.CopyTo(ObjectChangeConflict[], Int32) Method

Definition

For a description of this member, see CopyTo(Array, Int32).

public:
 virtual void CopyTo(cli::array <System::Data::Linq::ObjectChangeConflict ^> ^ array, int arrayIndex);
public void CopyTo (System.Data.Linq.ObjectChangeConflict[] array, int arrayIndex);
abstract member CopyTo : System.Data.Linq.ObjectChangeConflict[] * int -> unit
override this.CopyTo : System.Data.Linq.ObjectChangeConflict[] * int -> unit
Public Sub CopyTo (array As ObjectChangeConflict(), arrayIndex As Integer)

Parameters

array
ObjectChangeConflict[]

The array to copy to.

arrayIndex
Int32

The array index where the copy is to start.

Implements

Remarks

Copies the elements of the collection to an array.

This member is an explicit interface member implementation. It can be used only when the ChangeConflictCollection instance is cast to an ICollection interface.

Applies to