Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Initializes a new instance of the ObservableCollection<T> class.

Namespace:   System.Collections.ObjectModel
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodObservableCollection<T>()

Initializes a new instance of the ObservableCollection<T> class.

System_CAPS_pubmethodObservableCollection<T>(IEnumerable<T>^)

Initializes a new instance of the ObservableCollection<T> class that contains elements copied from the specified collection.

System_CAPS_pubmethodObservableCollection<T>(List<T>^)

Initializes a new instance of the ObservableCollection<T> class that contains elements copied from the specified list.

Return to top
Show:
© 2017 Microsoft