Class DictionaryExtensions
Inheritance
DictionaryExtensions
Assembly: PoeShared.dll
Syntax
public static class DictionaryExtensions
Methods
Name |
Description |
AddOrUpdate<TKey, TValue>(IDictionary<TKey, TValue>, TKey, Func<TValue>)
|
|
AddOrUpdate<TKey, TValue>(IDictionary<TKey, TValue>, TKey, Func<TValue>, Func<TKey, TValue, TValue>)
|
|
Add<TKey, TValue>(IDictionary<TKey, TValue>, KeyValuePair<TKey, TValue>)
|
|
GetOrAdd<TKey, TValue>(IDictionary<TKey, TValue>, TKey, Func<TKey, TValue>)
|
|
GetOrDefault<TKey, TValue>(IDictionary<TKey, TValue>, TKey)
|
|
TryGetValue<TKey, TValue>(Indexer<TKey, TValue>, TKey, out TValue)
|
|
TryRemove<TKey, TValue>(IDictionary<TKey, TValue>, TKey, out TValue)
|
|