Get the item associated with the specified key.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
Syntax
Parameters
- key
- Type: System String
The key of the item to retrieve.
- value
- Type: System String
If the key is found, this will be the value associated with that key when this method returns. If the key is NOT found, this will equal the input value.
Return Value
Type: Booleantrue if this dictionary contains an element with the specified key, else false.
Implements
IDictionary TKey, TValue TryGetValue(TKey, TValue )See Also