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

Represents method TryGetValue(TValue,TValue).

Namespace: Spring.Collections.Adapters
private
 function TryGetValue(const key: TValue; out value: TValue): Boolean;

Parameters

key
Type: System.Void

value
Type: System.Void

Return Value

Type: Boolean

 

Implements

IDictionary.TryGetValue(TValue,TValue)
IReadOnlyDictionary.TryGetValue(TValue,TValue)