docs.inedo.com →
inedo.com →
Otter SDK Reference
Version:
1.5.0
1.3.0
1.1
1.0
0.0
Otter SDK
Inedo
DictionaryExtensions
DictionaryExtensions Class
Contains dictionary related extension methods.
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)