ConcurrentCollectionDictionary<TKey, TElement> Class
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Framework.Common.ConcurrentCollectionDictionary<TKey, TElement>
Namespace: Microsoft.TeamFoundation.Framework.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Class ConcurrentCollectionDictionary(Of TKey, TElement) _
Implements ICollectionDictionary(Of TKey, TElement)
public class ConcurrentCollectionDictionary<TKey, TElement> : ICollectionDictionary<TKey, TElement>
generic<typename TKey, typename TElement>
public ref class ConcurrentCollectionDictionary : ICollectionDictionary<TKey, TElement>
type ConcurrentCollectionDictionary<'TKey, 'TElement> =
class
interface ICollectionDictionary<'TKey, 'TElement>
end
JScript does not support generic types or methods.
Type Parameters
- TKey
- TElement
The ConcurrentCollectionDictionary<TKey, TElement> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ConcurrentCollectionDictionary<TKey, TElement> |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Count | |
![]() |
Keys |
Top
Methods
Name | Description | |
---|---|---|
![]() |
AddElement | |
![]() |
Clear | |
![]() |
ContainsElement | |
![]() |
ContainsKey | |
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
Remove | |
![]() |
RemoveElement | |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
TryGetValue(TKey, ICollection<TElement>%) | |
![]() |
TryGetValue<TCollection>(TKey, TCollection%) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.