SynchronizedCollection<'T> Constructor (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.

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

new : 
        syncRoot:Object *
        [<ParamArrayAttribute>] list:'T[] -> SynchronizedCollection

Parameters

syncRoot
Type: System.Object

The object used to synchronize access the thread-safe collection.

list
Type: 'T[]

The Array of type T elements used to initialize the thread-safe collection.

Exception Condition
ArgumentNullException

syncRoot or list is null.

.NET Framework
Available since 3.0
Return to top
Show: