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

Represents method ContainsKey(TValue).

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

Parameters

key
Type: System.Void

Return Value

Type: Boolean

 

Implements

IDictionary.ContainsKey(TValue)
IReadOnlyDictionary.ContainsKey(TValue)