CogSerializableDictionaryBase TKey, TValue  Remove Method (TKey)Cognex VisionPro 9.8
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: 75.1.0.0 (75.1.0.0)
Syntax

public bool Remove(
	TKey key
)

Parameters

key
Type: TKey
The key specifying the entry to be removed.

Return Value

Type: Boolean

Implements

IDictionary TKey, TValue  Remove(TKey)
See Also