SynchronizedReadOnlyCollection<T> Constructor
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Initializes a new instance of the SynchronizedReadOnlyCollection<T> class from a specified enumerable list of elements and with the object used to synchronize access to the thread-safe, read-only collection.
Namespace: System.Collections.Generic
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Syntax
'Declaration
Public Sub New ( _
syncRoot As Object, _
list As IEnumerable(Of T) _
)
public SynchronizedReadOnlyCollection(
Object syncRoot,
IEnumerable<T> list
)
Parameters
- syncRoot
Type: System.Object
The object used to synchronize access to the thread-safe, read-only collection.
- list
Type: System.Collections.Generic.IEnumerable<T>
The IEnumerable<T> collection of elements used to initialize the thread-safe, read-only collection.
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
XNA Framework
Supported in: Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.