Assembly: VRage.Library.dll
public abstract sealed class DictionaryExtensions
Methods
| Member |
Description |
| static AssertEmpty<K, V>(this Dictionary<K, V>) |
|
| static FirstPair<K, V>(this Dictionary<K, V>) |
|
| static GetOrAdd<TKey, TValue, TContext>(this ConcurrentDictionary<TKey, TValue>, TKey, TContext, Func<TContext, TKey, TValue>) |
|
| static GetValueOrDefault<K, V>(this Dictionary<K, V>, K) |
|
| static GetValueOrDefault<K, V>(this Dictionary<K, V>, K, V) |
|
| static GetValueOrDefault<K, V>(this ConcurrentDictionary<K, V>, K, V) |
|
| static GetValueOrNew<K, V>(this Dictionary<K, V>, K) |
|
| static GetWith(this List<List>, V) |
|
| static Remove<K, V>(this ConcurrentDictionary<K, V>, K) |
|