Share via


ObservableRangeCollection<T>.AddRange Method

Definition

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

Applies to