-
Notifications
You must be signed in to change notification settings - Fork 123
System.Collections.Generic.DictionaryExtensions.GetValueOrDefault
← Index ← DictionaryExtensions
csharp[V]() GetValueOrDefault<K, V><[K](), [V]()>([Dictionary<TKey, TValue>](System.Collections.Generic.Dictionary`2) dictionary, [K]() key)``````csharp[V]() GetValueOrDefault<K, V><[K](), [V]()>([Dictionary<TKey, TValue>](System.Collections.Generic.Dictionary`2) dictionary, [K]() key, [V]() defaultValue)``````csharp[V]() GetValueOrDefault<K, V><[K](), [V]()>([ConcurrentDictionary<TKey, TValue>](System.Collections.Concurrent.ConcurrentDictionary`2) dictionary, [K]() key, [V]() defaultValue)
Do you have questions, comments, suggestions for improvements? Is there something I can do better? Did I make a mistake? Please add an issue here, and prefix your issue title with Wiki. Thank you, your help will be very appreciated!