SynchronizedCollection<T> Constructor (Object)
.NET Framework (current version)
Initializes a new instance of the SynchronizedCollection<T> class 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 the thread-safe collection.
| Exception | Condition |
|---|---|
| ArgumentNullException | syncRoot is null. |
If multiple instances of the SynchronizedCollection<T> are created using the same syncRoot, then access is protected across all instances.
.NET Framework
Available since 3.0
Available since 3.0
Show: