Remove the specified entry from this dictionary.
Returns true if the specified entry is successfully removed.
Namespace: Cognex.VisionPro.ImplementationAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 87.1.0.0 (87.1.0.0)
Syntax
Parameters
- key
- Type: TKey
The key specifying the entry to be removed.
Return Value
Type: BooleanImplements
IDictionary TKey, TValue Remove(TKey)See Also