TDictionaryAdapter<TKey,T>.Remove(TValue) Method

Represents method Remove(TValue).

Namespace: Spring.Collections.Adapters
private
 function Remove(const key: TValue): Boolean;

Parameters

key
Type: System.Void

Return Value

Type: Boolean

 

Implements

IDictionary.Remove(TValue)