ListBox::IntegerCollection::AddRange Method (ListBox::IntegerCollection^)

 

Adds the contents of an existing ListBox::IntegerCollection to another collection.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
void AddRange(
	ListBox::IntegerCollection^ value
)

Parameters

value
Type: System.Windows.Forms::ListBox::IntegerCollection^

The ListBox::IntegerCollection to add to another collection.

The contents of the existing ListBox::IntegerCollection are appended to the current collection, and duplicates are removed from the combined collection.

.NET Framework
Available since 2.0
Return to top
Show: