CogSerializableDictionaryBase TKey, TValue  CopyTo Method ( KeyValuePair TKey, TValue  , Int32)Cognex VisionPro 9.10
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.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 79.0.0.0 (79.0.0.0)
Syntax

public void CopyTo(
	KeyValuePair<TKey, TValue>[] array,
	int index
)

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