CommaDelimitedStringCollection::AddRange Method (array<String^>^)
.NET Framework (current version)
Adds all the strings in a string array to the collection.
Assembly: System.Configuration (in System.Configuration.dll)
Parameters
- range
-
Type:
array<System::String^>^
An array of strings to add to the collection.
The range parameter must be an array rather than a comma-delimited string.
The following code example demonstrates how to use the AddRange method. This code example is part of a larger example provided for the CommaDelimitedStringCollection class overview.
.NET Framework
Available since 2.0
Available since 2.0
Show: