VerbAttribute - конструктор
Initializes a new instance of the VerbAttribute class using the specified command name.
Пространство имён: Tessa.Platform.CommandLineСборка: Tessa (в Tessa.dll) Версия: 4.0.4
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. |