[]
Initializes a new instance of the ObservableCollectionBase<T> class.
public ObservableCollectionBase()
Public Sub New()
Initializes a new instance of the ObservableCollectionBase<T> class.
public ObservableCollectionBase(IEnumerable<T> items)
Public Sub New(items As IEnumerable(Of T))
| Type | Name | Description |
|---|---|---|
| IEnumerable<T> | items | The initial items in the collection |