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: 80.0.0.0 (80.0.0.0)
public bool Remove(
KeyValuePair<TKey, TValue> item
)
public bool Remove(
KeyValuePair<TKey, TValue> item
)
Public Function Remove (
item As KeyValuePair(Of TKey, TValue)
) As Boolean
Public Function Remove (
item As KeyValuePair(Of TKey, TValue)
) As Boolean
public:
virtual bool Remove(
KeyValuePair<TKey, TValue> item
) sealed
public:
virtual bool Remove(
KeyValuePair<TKey, TValue> item
) sealed
Parameters
- item
- Type: System.Collections.Generic KeyValuePair TKey, TValue
The item to be removed.
Return Value
Type:
BooleanImplements
ICollection T Remove(T)