ObservableCollection<T> Constructor (IEnumerable<T>)
.NET Framework (current version)
Initializes a new instance of the ObservableCollection<T> class that contains elements copied from the specified collection.
Assembly: System (in System.dll)
| Exception | Condition |
|---|---|
| ArgumentNullException | The collection parameter cannot be null. |
The elements are copied onto the ObservableCollection<T> in the same order they are read by the enumerator of the collection.
Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 7.1
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 7.1
Windows Phone
Available since 8.1
Show: