CogSerializableDictionaryBase TKey, TValue  Add Method (KeyValuePair TKey, TValue )Cognex VisionPro 9.22
Add the supplied entry to this dictionary.

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

public void Add(
	KeyValuePair<TKey, TValue> item
)

Parameters

item
Type: System.Collections.Generic KeyValuePair TKey, TValue 
The entry to add to this dictionary.

Implements

ICollection T  Add(T)
See Also