Method TryGetValue
TryGetValue<TKey, TValue>(Indexer<TKey, TValue>, TKey, out TValue)
Declaration
public static bool TryGetValue<TKey, TValue>(this BiMap<TKey, TValue>.Indexer<TKey, TValue> dictionaryIndexer, TKey key, out TValue value)
Parameters
Type | Name | Description |
---|---|---|
Indexer<TKey, TValue> | dictionaryIndexer | |
TKey | key | |
TValue | value |
Returns
Type | Description |
---|---|
bool |
Type Parameters
Name | Description |
---|---|
TKey | |
TValue |