StringList.AddRange(IEnumerable<String>) Method

Definition

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.

Applies to