ReadOnlyObservableCollectionExtended<(Of <(<'T>)>)> Constructor
Initializes a new instance of the ReadOnlyObservableCollectionExtended
class that serves as a wrapper around the specified System.Collections.ObjectModel.ObservableCollection.
Namespace:
Tortuga.Anchor.CollectionsAssembly: Tortuga.Anchor (in Tortuga.Anchor.dll)
Syntax
public ReadOnlyObservableCollectionExtended( ObservableCollectionExtended<T> list )
Public Sub New ( _ list As ObservableCollectionExtended(Of T) _ )
Parameters
- list
- Type: Tortuga.Anchor.Collections..::..ObservableCollectionExtended<(Of <(<'T>)>)>
The System.Collections.ObjectModel.ObservableCollection with which to create this instance of the System.Collections.ObjectModel.ReadOnlyObservableCollection class.