Statements (29)
Predicate | Object |
---|---|
gptkbp:instanceOf |
gptkb:class
|
gptkbp:assembly |
gptkb:mscorlib.dll
System.Collections.Concurrent.dll |
gptkbp:designedFor |
multi-threaded scenarios
|
gptkbp:documentation |
https://learn.microsoft.com/en-us/dotnet/api/system.collections.concurrent.concurrentdictionary
|
gptkbp:genericTypeParameters |
TKey
TValue |
gptkbp:hasMethod |
gptkb:Count
Keys Clear Values ContainsKey AddOrUpdate GetOrAdd TryAdd TryRemove TryUpdate |
https://www.w3.org/2000/01/rdf-schema#label |
ConcurrentDictionary
|
gptkbp:interface |
ICollection<KeyValuePair<TKey, TValue>>
IDictionary<TKey, TValue> IEnumerable<KeyValuePair<TKey, TValue>> IReadOnlyDictionary<TKey, TValue> |
gptkbp:introducedIn |
gptkb:.NET_Framework_4.0
|
gptkbp:namespace |
gptkb:System.Collections.Concurrent
|
gptkbp:programmingLanguage |
gptkb:C#
|
gptkbp:replacedBy |
lock-based dictionary implementations
|
gptkbp:threadSafe |
true
|
gptkbp:bfsParent |
gptkb:System.Collections.Concurrent
|
gptkbp:bfsLayer |
7
|