ReadOnlyObservableCollection(Of T) Constructor
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the ReadOnlyObservableCollection(Of T) class that serves as a wrapper for the specified ObservableCollection(Of T).
Assembly: System (in System.dll)
Parameters
- list
- Type: System.Collections.ObjectModel.ObservableCollection(Of T)
The collection to wrap.
Show: