SynchronizedKeyedCollection(Of K, T) Class
Provides a thread-safe collection that contains objects of a type specified by a generic parameter and that are grouped by keys.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
'Declaration <ComVisibleAttribute(False)> _ Public MustInherit Class SynchronizedKeyedCollection(Of K, T) _ Inherits SynchronizedCollection(Of T) 'Usage Dim instance As SynchronizedKeyedCollection(Of K, T)
Type Parameters
- K
The type of the key used to group the items contained in the collection.
- T
The type of items contained in the thread-safe, keyed collection.
Inherited by UriSchemeKeyedCollection for use hosting.
System.Collections.Generic.SynchronizedCollection(Of T)
System.Collections.Generic.SynchronizedKeyedCollection(Of K, T)
System.ServiceModel.UriSchemeKeyedCollection
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.