¡@

Home 

c# Programming Glossary: system.collections.objectmodel.observablecollection

ObservableCollection Doesn't support AddRange method, so I get notified for each item added, besides what about INotifyCollectionChanging?

http://stackoverflow.com/questions/670577/observablecollection-doesnt-support-addrange-method-so-i-get-notified-for-each

Public Class ObservableRangeCollection Of T Inherits System.Collections.ObjectModel.ObservableCollection Of T ''' summary ''' Adds the elements of the specified collection.. End Sub ''' summary ''' Initializes a new instance of the System.Collections.ObjectModel.ObservableCollection Of T class. ''' summary ''' remarks remarks Public Sub New MyBase.New.. End Sub ''' summary ''' Initializes a new instance of the System.Collections.ObjectModel.ObservableCollection Of T class that contains elements copied from the specified..