CogSerializableDictionaryBase TKey, TValue  Add Method (TKey, TValue)Cognex VisionPro 9.20
Add an entry to this dictionary with the supplied key and value.

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

public void Add(
	TKey key,
	TValue value
)

Parameters

key
Type: TKey
The key for this new entry.
value
Type: TValue
The value for this new entry.

Implements

IDictionary TKey, TValue  Add(TKey, TValue)
See Also