CogSerializableDictionaryBase CopyTo Method Cognex VisionPro 9.25 SR1
Copies the contents of the dictionary to an array.

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

public void CopyTo(
	Array array,
	int index
)

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