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 24, 2018 · 27 revisions

IndexDictionaryExtensions

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

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

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

Clone this wiki locally