Removes from this container the key value pair with the
specified key. Does nothing if this key is not found.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 87.0.0.0
Syntax
Parameters
- key
- Type: System String
Remove the key value pair with this key, if found.
Return Value
Type: BooleanTrue if the specified key value pair was removed, False otherwise.
Implements
IDictionary TKey, TValue Remove(TKey)See Also