SynchronizedCollection<T> Constructor (Object, IEnumerable<T>)
.NET Framework (current version)
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.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- syncRoot
-
Type:
System.Object
The object used to synchronize access to the thread-safe collection.
- list
-
Type:
System.Collections.Generic.IEnumerable<T>
The IEnumerable<T> collection of elements used to initialize the thread-safe collection.
| Exception | Condition |
|---|---|
| ArgumentNullException | syncRoot or list is null. |
.NET Framework
Available since 3.0
Available since 3.0
Show: