Copies the contents of this collection to an array.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 85.1.0.0
Syntax
Parameters
- array
- Type: System Array
The array into which to copy.
- index
- Type: System Int32
The index from which to start copying.
Implements
ICollection CopyTo(Array, Int32)See Also