SynchronizedKeyedCollection Generic Class
Provides a thread-safe collection that contains objects of a type specified by a generic parameter and that are grouped by keys.
Namespace: System.Collections.Generic
Assembly: System.ServiceModel (in system.servicemodel.dll)
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)
J# supports the use of generic types and methods, but not the declaration of new ones.
JScript does not support generic types and methods.
Not applicable.
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.Object
System.Collections.Generic.SynchronizedCollection
System.Collections.Generic.SynchronizedKeyedCollection
System.Collections.Generic.SynchronizedCollection
System.Collections.Generic.SynchronizedKeyedCollection
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
Show: