ListBox::IntegerCollection::AddRange Method (array<Int32>^)
.NET Framework (current version)
Adds an array of integers to the collection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- items
-
Type:
array<System::Int32>^
The array of integers to add to the collection.
The array of integers is appended to the collection, and duplicates are removed from the collection.
.NET Framework
Available since 2.0
Available since 2.0
Show: