IBidiDictionary<TKey,TValue>.RemoveValue(TValue) Method

Remove the key/value pair that is currently mapped to the specified value.

Namespace: Spring.Collections
public
 function RemoveValue(const value: TValue): Boolean;

Parameters

value
Type: TValue

Return Value

Type: Boolean