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)
Parameters
- list
-
Type:
System.Collections.Generic.List<'T>
The list from which the elements are copied.
| 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: