StringListAdd - метод
Adds a string to the list.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public void Add(
string s
)
Public Sub Add (
s As String
)
public:
void Add(
String^ s
)
member Add :
s : string -> unit
Параметры
- s String
- The string to add.