Add an entry to this dictionary with the supplied
key and value.
Namespace: Cognex.VisionPro.ImplementationAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 80.0.0.0 (80.0.0.0)
public void Add(
TKey key,
TValue value
)
public void Add(
TKey key,
TValue value
)
Public Sub Add (
key As TKey,
value As TValue
)
Public Sub Add (
key As TKey,
value As TValue
)
public:
virtual void Add(
TKey key,
TValue value
) sealed
public:
virtual void Add(
TKey key,
TValue value
) sealed
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)