ConcurrentDictionary<TKey, TValue> Class
Location
- Namespace
- Uno.Threading
- Package
- Uno.Threading 2.9.2
Interface of ConcurrentDictionary<TKey, TValue>
Add(KeyValuePair<TKey, TValue>) uno
Add(TKey, TValue) uno
AddOrUpdate(TKey, TValue, Func<TKey, TValue, TValue> (TKey, TValue)) uno
Clear uno
ConcurrentDictionary Constructor uno
Creates a new ConcurrentDictionary<TKey, TValue>