Method Add
Add(string)
Adds a new item to the end of string collection.
public virtual void Add(string item)
Parameters
item
stringString to be added to the end of the collection.
Adds a new item to the end of string collection.
public virtual void Add(string item)
item
stringString to be added to the end of the collection.