SynchronizedReadOnlyCollection(Of T) Constructor

 

Initializes a new instance of the SynchronizedReadOnlyCollection(Of T) class.

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

NameDescription
System_CAPS_pubmethodSynchronizedReadOnlyCollection(Of T)()

Initializes a new instance of the SynchronizedReadOnlyCollection(Of T) class.

System_CAPS_pubmethodSynchronizedReadOnlyCollection(Of T)(Object)

Initializes a new instance of the SynchronizedReadOnlyCollection(Of T) class with the object used to synchronize access to the thread-safe, read-only collection.

System_CAPS_pubmethodSynchronizedReadOnlyCollection(Of T)(Object, T())

Initializes a new instance of the SynchronizedReadOnlyCollection(Of T) class from a specified array of elements and with the object used to synchronize access to the thread-safe, read-only collection.

System_CAPS_pubmethodSynchronizedReadOnlyCollection(Of T)(Object, IEnumerable(Of T))

Initializes a new instance of the SynchronizedReadOnlyCollection(Of T) class from a specified enumerable list of elements and with the object used to synchronize access to the thread-safe, read-only collection.

Return to top
Show: