Skip to main content
A newer version of this page is available. .

NotifyingCollection<T>.AddRange Method

Name Parameters Description
AddRange(T[]) items Adds the specified items to the collection.
AddRange(IEnumerable<T>) items Adds items from the specified collection to the current collection.