docs.inedo.com →
inedo.com →
ProGet SDK Reference
Version:
4.3.0
4.0.0
ProGet SDK
Inedo
DictionaryExtensions
DictionaryExtensions Class
Inheritance Hierarchy
object
Inedo.DictionaryExtensions
Syntax
public
class
DictionaryExtensions
Methods
Name
Description
GetValueOrDefault<TKey, TValue>(System.Collections.Generic.IReadOnlyDictionary<TKey, TValue> dictionary, TKey key, TValue defaultValue)
GetValueOrDefault<TKey, TValue>(System.Collections.Generic.IReadOnlyDictionary<TKey, TValue> dictionary, TKey key)
GetValueOrDefault<TKey, TValue>(System.Collections.Concurrent.ConcurrentDictionary<TKey, TValue> dictionary, TKey key, TValue defaultValue)
GetValueOrDefault<TKey, TValue>(System.Collections.Concurrent.ConcurrentDictionary<TKey, TValue> dictionary, TKey key)
GetValueOrDefault<TKey, TValue>(System.Collections.Generic.SortedList<TKey, TValue> dictionary, TKey key, TValue defaultValue)
GetValueOrDefault<TKey, TValue>(System.Collections.Generic.SortedList<TKey, TValue> dictionary, TKey key)
Remove<TKey, TValue>(System.Collections.Concurrent.ConcurrentDictionary<TKey, TValue> dictionary, TKey key)