The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ObservableCollection<T> Constructor (List<T>^)
.NET Framework (current version)
Initializes a new instance of the ObservableCollection<T> class that contains elements copied from the specified list.
Assembly: System (in System.dll)
| Exception | Condition |
|---|---|
| ArgumentNullException | The list parameter cannot be null. |
The elements are copied onto the ObservableCollection<T> in the same order they are read by the enumerator of the list.
.NET Framework
Available since 3.0
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 7.1
Available since 3.0
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 7.1
Show: