ObservableRangeCollection<T>.AddRange Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds the elements of the specified collection to the end of the ObservableCollection(Of T).
public void AddRange(System.Collections.Generic.IEnumerable<T> collection, System.Collections.Specialized.NotifyCollectionChangedAction notificationMode = System.Collections.Specialized.NotifyCollectionChangedAction.Add);
Parameters
- collection
- System.Collections.Generic.IEnumerable<T>
- notificationMode
- System.Collections.Specialized.NotifyCollectionChangedAction