StringList.Add(String) Method

Definition

Adds a string to the list.

public:
 void Add(System::String ^ s);
public void Add (string s);
Public Sub Add (s As String)

Parameters

s
String

The string to add to the list.

Applies to