Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

System.Collections.Generic.DictionaryExtensions.GetValueOrDefault

Malware edited this page Dec 25, 2018 · 27 revisions

IndexDictionaryExtensions

Summary

public V GetValueOrDefault<K, V>(Dictionary<TKey, TValue> dictionary, K key)

Returns

V

Summary

public V GetValueOrDefault<K, V>(Dictionary<TKey, TValue> dictionary, K key, V defaultValue)

Returns

V

Summary

public V GetValueOrDefault<K, V>(ConcurrentDictionary<TKey, TValue> dictionary, K key, V defaultValue)

Returns

V

Clone this wiki locally