|
void | InitializeFromCollection (IEnumerable< KeyValuePair< TKey, TValue > > collection) |
|
bool | TryRemoveInternal (TKey key, [Out] TValue value, bool matchValue, TValue oldValue) |
|
bool | TryGetValueInternal (TKey key, int hashcode, [Out] TValue value) |
|
void ICollection< KeyValuePair< TKey, TValue > >. | CopyTo (KeyValuePair< TKey, TValue >[] array, int index) |
|
void | CopyToPairs (KeyValuePair< TKey, TValue >[] array, int index) |
|
void | CopyToEntries (DictionaryEntry[] array, int index) |
|
void | CopyToObjects (object[] array, int index) |
|
bool | TryAddInternal (TKey key, int hashcode, TValue value, bool updateIfExists, bool acquireLock, [Out] TValue resultingValue) |
|
int | GetCountInternal () |
|
void IDictionary< TKey, TValue >. | Add (TKey key, TValue value) |
|
bool IDictionary< TKey, TValue >. | Remove (TKey key) |
|
void ICollection< KeyValuePair< TKey, TValue > >. | Add (KeyValuePair< TKey, TValue > keyValuePair) |
|
bool ICollection< KeyValuePair< TKey, TValue > >. | Contains (KeyValuePair< TKey, TValue > keyValuePair) |
|
bool ICollection< KeyValuePair< TKey, TValue > >. | Remove (KeyValuePair< TKey, TValue > keyValuePair) |
|
IEnumerator IEnumerable. | GetEnumerator () |
|
void IDictionary. | Add (object key, object value) |
|
bool IDictionary. | Contains (object key) |
|
IDictionaryEnumerator IDictionary. | GetEnumerator () |
|
void IDictionary. | Remove (object key) |
|
void ICollection. | CopyTo (Array array, int index) |
|
void | GrowTable (ConcurrentDictionary< TKey, TValue >.Tables tables) |
|
void | AcquireAllLocks (int locksAcquired) |
|
void | AcquireLocks (int fromInclusive, int toExclusive, int locksAcquired) |
|
void | ReleaseLocks (int fromInclusive, int toExclusive) |
|
ReadOnlyCollection< TKey > | GetKeys () |
|
ReadOnlyCollection< TValue > | GetValues () |
|
void | OnSerializing (StreamingContext context) |
|
void | OnSerialized (StreamingContext context) |
|
void | OnDeserialized (StreamingContext context) |
|
Definition at line 17 of file ConcurrentDictionary.cs.