BulkObservableCollection<T>::AddRange Method (IEnumerable<T>^)

 

Adds a list of items to the collection without firing an event for each item.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

public:
void AddRange(
	IEnumerable<T>^ items
)

Parameters

items
Type: System.Collections.Generic::IEnumerable<T>^

A list of items to add.

Return to top
Show: