DbParamsICollectionCopyTo Method |
Namespace: Innovator.Client.ConnectionAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax void ICollection.CopyTo(
Array array,
int index
)
Private Sub CopyTo (
array As Array,
index As Integer
) Implements ICollection.CopyTo
Parameters
- array
- Type: SystemArray
The one-dimensional Array that is the destination of the elements copied from ICollection. The Array must have zero-based indexing. - index
- Type: SystemInt32
The zero-based index in array at which copying begins.
Implements
ICollectionCopyTo(Array, Int32)Exceptions See Also