M_CommandLine_BadVerbSelectedError__ctor - adutton/commandline GitHub Wiki
Initializes a new instance of the BadVerbSelectedError class
Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
internal BadVerbSelectedError(
string token
)VB
Friend Sub New (
token As String
)C++
internal:
BadVerbSelectedError(
String^ token
)F#
new :
token : string -> BadVerbSelectedError
- token
- Type: System.String