SynchronizedReadOnlyCollection(Of T) Constructor
.NET Framework (current version)
Initializes a new instance of the SynchronizedReadOnlyCollection(Of T) class.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | SynchronizedReadOnlyCollection(Of T)() | Initializes a new instance of the SynchronizedReadOnlyCollection(Of T) class. |
![]() | SynchronizedReadOnlyCollection(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. |
![]() | SynchronizedReadOnlyCollection(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. |
![]() | SynchronizedReadOnlyCollection(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. |
Show:
