[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.NotifyCollection-1.-ctor

NotifyCollection Constructor

NotifyCollection()

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

Declaration
public NotifyCollection()
Public Sub New()

NotifyCollection(IEnumerable<T>)

Initializes a new instance of the NotifyCollection<T> class containing the elements of the specified enumerable source.

Declaration
public NotifyCollection(IEnumerable<T> value)
Public Sub New(value As IEnumerable(Of T))
Parameters
Type Name Description
IEnumerable<T> value

A IEnumerable<T> with which to initialize the collection.