VerbAttribute - конструктор
Initializes a new instance of the
VerbAttribute class using the specified command name.
Пространство имён: Tessa.Platform.CommandLineСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public VerbAttribute(
string verb
)
Public Sub New (
verb As String
)
public:
VerbAttribute(
String^ verb
)
new :
verb : string -> VerbAttribute
Параметры
- verb String
- The name for a command.
A verb can contain letters, digits and underscore characters.
| ArgumentNullException | verb is null. |
| ArgumentException | verb is an empty string (""), or contains one or more invalid characters. |