SynchronizedKeyedCollection(Of K, T) Constructor

 

Initializes a new instance of the SynchronizedKeyedCollection(Of K, T) class.

Namespace:   System.Collections.Generic
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

NameDescription
System_CAPS_protmethodSynchronizedKeyedCollection(Of K, T)()

Initializes a new instance of the SynchronizedKeyedCollection(Of K, T) class.

System_CAPS_protmethodSynchronizedKeyedCollection(Of K, T)(Object)

Initializes a new instance of the SynchronizedKeyedCollection(Of K, T) class with access synchronized by an explicitly specified object.

System_CAPS_protmethodSynchronizedKeyedCollection(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.

System_CAPS_protmethodSynchronizedKeyedCollection(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.

Return to top
Show: