IStringCollection.Add(String) Method

Definition

Adds a string to the collection.

public void Add (string item);
abstract member Add : string -> unit
Public Sub Add (item As String)

Parameters

item
String

The string item to add to the collection.

Implements

Applies to