[]
        
(Showing Draft Content)

C1.DataConnector.C1DbParameterCollection.CopyTo

CopyTo Method

CopyTo(Array, int)

Copies an array of items to the collection starting at the specified index.

Declaration
public override void CopyTo(Array array, int index)
Public Overrides Sub CopyTo(array As Array, index As Integer)
Parameters
Type Name Description
Array array

The array of items to copy to the collection.

int index

The index in the collection to copy the items.

Overrides