StringList.AddRange(IEnumerable<String>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds multiple strings to the list.
public:
void AddRange(System::Collections::Generic::IEnumerable<System::String ^> ^ strings);
public void AddRange (System.Collections.Generic.IEnumerable<string> strings);
Public Sub AddRange (strings As IEnumerable(Of String))
Parameters
- strings
- IEnumerable<String>
The strings to add to the list.