Click or drag to resize

KeyedListCopyTo Method

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.6.0.0 (4.6.0.0)
Syntax
public void CopyTo(
	Array array,
	int index
)

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