M_CommandLine_VerbAttribute__ctor - adutton/commandline GitHub Wiki
Initializes a new instance of the VerbAttribute class.
Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public VerbAttribute(
string name
)VB
Public Sub New (
name As String
)C++
public:
VerbAttribute(
String^ name
)F#
new :
name : string -> VerbAttribute
- name
- Type: System.String
The long name of the verb command.
| Exception | Condition |
|---|---|
| ArgumentException | Thrown if name is null, empty or whitespace. |