SynchronizedKeyedCollection(Of K, T) Constructor
.NET Framework (current version)
Initializes a new instance of the SynchronizedKeyedCollection(Of K, T) class.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | SynchronizedKeyedCollection(Of K, T)() | Initializes a new instance of the SynchronizedKeyedCollection(Of K, T) class. |
![]() | SynchronizedKeyedCollection(Of K, T)(Object) | Initializes a new instance of the SynchronizedKeyedCollection(Of K, T) class with access synchronized by an explicitly specified object. |
![]() | SynchronizedKeyedCollection(Of K, T)(Object, IEqualityComparer(Of K)) | Initializes a new instance of the SynchronizedKeyedCollection(Of K, T) class with access synchronized by an explicitly specified object and with keys compared in a specified way. |
![]() | SynchronizedKeyedCollection(Of K, T)(Object, IEqualityComparer(Of K), Int32) | Initializes a new instance of the SynchronizedKeyedCollection(Of K, T) class with access synchronized by an explicitly specified object and with keys compared in a specified way. |
Show:
