Copies the contents of this collection to an array.
Namespace: Cognex.VisionPro.LineMaxAssembly: Cognex.VisionPro.LineMax (in Cognex.VisionPro.LineMax.dll) Version: 85.1.0.0
Syntax
Parameters
- dest
- Type: System Array
The destination of the copy operation. The destination array must have zero-based indexing.
- index
- Type: System Int32
The zero-based index in dest at which copying begins.
Implements
ICollection CopyTo(Array, Int32)See Also