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
)
Public Sub New (
verb As String
)
public:
VerbAttribute(
String^ verb
)
new :
verb : string -> VerbAttribute
Параметры
- verb
- Тип: SystemString
The name for a command.
Исключения Заметки
A verb can contain letters, digits and underscore characters.
См. также