CogSerializableDictionaryBase TKey, TValue  Remove Method (KeyValuePair TKey, TValue )Cognex VisionPro 9.7
Remove the specified entry from this dictionary. Returns true if the specified entry is successfully removed.

Namespace: Cognex.VisionPro.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 73.0.0.0 (73.0.0.0)
Syntax

public bool Remove(
	KeyValuePair<TKey, TValue> item
)

Parameters

item
Type: System.Collections.Generic KeyValuePair TKey, TValue 
The item to be removed.

Return Value

Type: Boolean

Implements

ICollection T  Remove(T)
See Also