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

VerbAttribute - конструктор

Initializes a new instance of the VerbAttribute class using the specified command name.

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

Параметры

verb
Тип: SystemString
The name for a command.
Исключения
ИсключениеУсловие
ArgumentNullExceptionverb is null.
ArgumentExceptionverb is an empty string (""), or contains one or more invalid characters.
Заметки
A verb can contain letters, digits and underscore characters.
См. также