Copies the collection values to a one-dimensional array instance at the specified index.
Namespace:
WorkflowGen.My.Collections
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.3.0.0 (4.3.0.0)
Syntax public void CopyTo(
Array array,
int index
)
Public Sub CopyTo (
array As Array,
index As Integer
)
Parameters
- array
- Type: SystemArray
The one-dimensional array that is the destination of the values copied from the KeyedList. The Array must have zero-based indexing - index
- Type: SystemInt32
The zero-based index in array at which copying begins
Implements
ICollectionCopyTo(Array, Int32)See Also