docs.inedo.com →
inedo.com →
BuildMaster SDK Reference
Version:
6.1.0
5.6.0
5.5.0
5.3.0
5.2
5.1
5.0
BuildMaster 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)