Для изменения размера нажмите или перетащите

ArgumentEnumerator(String) - конструктор

Initializes a new instance of the ArgumentEnumerator class with the specified String which represents command-line arguments.

Пространство имён:  Tessa.Platform.CommandLine
Сборка:  Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис
public ArgumentEnumerator(
	string arguments
)

Параметры

arguments
Тип: SystemString
Command-line arguments to be parsed and iterated.
Исключения
ИсключениеУсловие
ArgumentNullExceptionarguments is null.
См. также