IReadOnlyMultiMap<TKey,TValue>.TryGetValues(TKey,IReadOnlyList<TValue>) Method

Represents method TryGetValues(TKey,IReadOnlyList<TValue>).

Namespace: Spring.Collections
public
 function TryGetValues(const key: TKey; out values: IReadOnlyList<TValue>): Boolean;

Parameters

key
Type: TKey

values
Type: IReadOnlyList<TValue>

Return Value

Type: Boolean