The members of System.Collections.Concurrent.ConcurrentDictionary<TKey,TValue> are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Collections.Concurrent.ConcurrentDictionary`2 class that is empty, has the default concurrency level, has the default initial capacity, and uses the default comparer for the key type. | ||
| Documentation for this section has not yet been entered. | ||
| Documentation for this section has not yet been entered. | ||
| Documentation for this section has not yet been entered. | ||
Initializes a new instance of the System.Collections.Concurrent.ConcurrentDictionary`2 class that is empty, has the specified concurrency level and capacity, and uses the default comparer for the key type. | ||
| Documentation for this section has not yet been entered. | ||
| Documentation for this section has not yet been entered. |
| [read-only] | Count | int.
Gets the number of key/value pairs contained in the System.Collections.Concurrent.ConcurrentDictionary`2. |
| [read-only] | IsEmpty | bool.
Gets a value that indicates whether the System.Collections.Concurrent.ConcurrentDictionary`2 is empty. |
default property | Item(TKey) | TValue. Documentation for this section has not yet been entered. |
| [read-only] | Keys | ICollection<TKey>.
Gets a collection containing the keys in the Dictionary`2. |
| [read-only] | Values | ICollection<TValue>.
Gets a collection that contains the values in the Dictionary`2. |
AddOrUpdate(TKey, Func<TKey, TValue>, Func<TKey, TValue, TValue>)Documentation for this section has not yet been entered. | ||
AddOrUpdate(TKey, TValue, Func<TKey, TValue, TValue>)Documentation for this section has not yet been entered. | ||
Clear()
| ||
ContainsKey(TKey)Documentation for this section has not yet been entered. | ||
GetEnumerator()
| ||
GetOrAdd(TKey, Func<TKey, TValue>)Documentation for this section has not yet been entered. | ||
GetOrAdd(TKey, TValue)Documentation for this section has not yet been entered. | ||
ToArray()
| ||
TryAdd(TKey, TValue)Documentation for this section has not yet been entered. | ||
TryGetValue(TKey, out TValue)Documentation for this section has not yet been entered. | ||
TryRemove(TKey, out TValue)Documentation for this section has not yet been entered. | ||
TryUpdate(TKey, TValue, TValue)Documentation for this section has not yet been entered. | ||
| ICollection<KeyValuePair<TKey, TValue>>.Add | Documentation for this section has not yet been entered. | |
| IDictionary.Add |
Adds the specified key and value to the dictionary. | |
| IDictionary<TKey, TValue>.Add | Documentation for this section has not yet been entered. | |
| ICollection<KeyValuePair<TKey, TValue>>.Contains | Documentation for this section has not yet been entered. | |
| IDictionary.Contains |
Gets whether the IDictionary`2 contains an element with the specified key. | |
| ICollection.CopyTo |
Copies the elements of the ICollection to an array, starting at the specified array index. | |
| ICollection<KeyValuePair<TKey, TValue>>.CopyTo | Documentation for this section has not yet been entered. | |
| IDictionary.GetEnumerator |
Provides a IDictionaryEnumerator for the IDictionary`2. | |
| IEnumerable.GetEnumerator |
Returns an enumerator that iterates through the System.Collections.Concurrent.ConcurrentDictionary`2. | |
| [read-only] | IDictionary.IsFixedSize | bool.
Gets a value indicating whether the IDictionary`2 has a fixed size. |
| [read-only] | ICollection<KeyValuePair<TKey, TValue>>.IsReadOnly | bool. Documentation for this section has not yet been entered. |
| [read-only] | IDictionary.IsReadOnly | bool.
Gets a value indicating whether the IDictionary`2 is read-only. |
| [read-only] | ICollection.IsSynchronized | bool.
Gets a value indicating whether access to the ICollection is synchronized with the SyncRoot. |
| IDictionary.Item | object. Documentation for this section has not yet been entered. | |
| [read-only] | IDictionary.Keys | ICollection.
Gets an ICollection that contains the keys of the IDictionary`2. |
| ICollection<KeyValuePair<TKey, TValue>>.Remove | Documentation for this section has not yet been entered. | |
| IDictionary.Remove |
Removes the element with the specified key from the IDictionary. | |
| IDictionary<TKey, TValue>.Remove | Documentation for this section has not yet been entered. | |
| [read-only] | ICollection.SyncRoot | object.
Gets an object that can be used to synchronize access to the ICollection. This property is not supported. |
| [read-only] | IDictionary.Values | ICollection.
Gets an ICollection that contains the values in the IDictionary. |