ObservableCollection<T> Constructor (List<T>)
Silverlight
Initializes a new instance of the ObservableCollection<T> class and populates it with items copied from the specified list.
Namespace: System.Collections.ObjectModel
Assembly: System.Windows (in System.Windows.dll)
Parameters
- list
- Type: System.Collections.Generic.List<T>
The list from which the items are copied.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.