|
TwoWayDictionaryTFirst, TSecondRemove Method
|
Removes the element with the specified key from the IDictionaryTKey, TValue.
Namespace:
Accord.Collections
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public bool Remove(
TFirst key
)
Public Function Remove (
key As TFirst
) As Boolean
Request Example
View SourceParameters
- key
- Type: TFirst
The key of the element to remove.
Return Value
Type:
Boolean
true if the element is successfully removed; otherwise, false. This method also returns false if
key was not found in the original
IDictionaryTKey, TValue.
See Also