Copy the key value pairs in this dictionary
to the supplied array of key value pairs,
starting to write at the supplied array index.
Namespace: Cognex.VisionPro.ImplementationAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 75.1.0.0 (75.1.0.0)
Syntax
Parameters
- array
- Type: System.Collections.Generic KeyValuePair TKey, TValue
The destination array.
- index
- Type: System Int32
The destination array index at which writing should begin.
Implements
ICollection T CopyTo( T , Int32)See Also