CogSerializableDictionaryBase TKey, TValue  CopyTo Method (Array, Int32)Cognex VisionPro 9.20
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: 80.0.0.0 (80.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