AutoCompleteStringCollection::AddRange Method (array<String^>^)

 

Adds the elements of a String collection to the end.

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

public:
void AddRange(
	array<String^>^ value
)

Parameters

value
Type: array<System::String^>^

The strings to add to the collection.

.NET Framework
Available since 2.0
Return to top
Show: