Copies the contents of the dictionary to an array.
Namespace: Cognex.VisionPro.ImplementationAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 87.1.0.0 (87.1.0.0)
Syntax
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