CogSerializableDictionaryBase TKey, TValue  CopyTo Method (Array, Int32)Cognex VisionPro 9.8 SR1
Copy the key value pairs in this dictionary to the supplied array, starting to write at the supplied array index.

Namespace: Cognex.VisionPro.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 75.0.0.0 (75.0.0.0)
Syntax

public void CopyTo(
	Array array,
	int index
)

Parameters

array
Type: System Array
The destination array.
index
Type: System Int32
The destination array index at which writing should begin.
See Also