ObservableCollection<T> Constructor (List<T>)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the ObservableCollection<T> class and populates it with items copied from the specified list.
Assembly: System (in System.dll)
Parameters
- list
- Type: System.Collections.Generic.List<T>
The list from which the items are copied.
Show: