ListBox::IntegerCollection::AddRange Method (ListBox::IntegerCollection^)
.NET Framework (current version)
Adds the contents of an existing ListBox::IntegerCollection to another collection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
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
Available since 2.0
Show: