SynchronizedCollection<T> Constructor
.NET Framework (current version)
Initializes a new instance of the SynchronizedCollection<T> class.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | SynchronizedCollection<T>() | Initializes a new instance of the SynchronizedCollection<T> class. |
![]() | SynchronizedCollection<T>(Object) | Initializes a new instance of the SynchronizedCollection<T> class with the object used to synchronize access to the thread-safe collection. |
![]() | SynchronizedCollection<T>(Object, T[]) | Initializes a new instance of the SynchronizedCollection<T> class from a specified array of elements and with the object used to synchronize access to the thread-safe collection. |
![]() | SynchronizedCollection<T>(Object, IEnumerable<T>) | Initializes a new instance of the SynchronizedCollection<T> class from a specified enumerable list of elements and with the object used to synchronize access to the thread-safe collection. |
Show:
