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: 65.1.0.0 (65.1.0.0)
Syntax
Parameters
- item
- Type: System.Collections.Generic KeyValuePair TKey, TValue
The item to be removed.
Return Value
Type: BooleanImplements
ICollection T Remove(T)See Also