ObservableCollection<T> Constructor (IEnumerable<T>)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Initializes a new instance of the ObservableCollection<T> class and populates it with items copied from the specified collection.
Namespace: System.Collections.ObjectModel
Assembly: System.Windows (in System.Windows.dll)
Syntax
'Declaration
Public Sub New ( _
collection As IEnumerable(Of T) _
)
public ObservableCollection(
IEnumerable<T> collection
)
Parameters
- collection
Type: System.Collections.Generic.IEnumerable<T>
The collection from which the items are copied.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | collection is nulla null reference (Nothing in Visual Basic). |
Version Information
Silverlight
Supported in: 5, 4
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.