[]
Initializes a new instance of the NotifyCollection<T> class.
public NotifyCollection()
Public Sub New()
Initializes a new instance of the NotifyCollection<T> class containing the elements of the specified enumerable source.
public NotifyCollection(IEnumerable<T> value)
Public Sub New(value As IEnumerable(Of T))
Type | Name | Description |
---|---|---|
IEnumerable<T> | value | A IEnumerable<T> with which to initialize the collection. |