CogSerializableCollectionBase CopyTo Method Cognex VisionPro 9.24
Copies the contents of the collection to an array.

Namespace: Cognex.VisionPro.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 91.0.0.0 (91.0.0.0)
Syntax

public void CopyTo(
	Array array,
	int index
)

Parameters

array
Type: System Array
The array into which to copy.
index
Type: System Int32
The starting index at which to copy.

Implements

ICollection CopyTo(Array, Int32)
See Also