Copies the contents of this collection to an array.
Namespace: Cognex.VisionPro.ImagingDeviceAssembly: Cognex.VisionPro.ImagingDevice (in Cognex.VisionPro.ImagingDevice.dll) Version: 79.0.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