M_CommandLine_BadVerbSelectedError__ctor - adutton/commandline GitHub Wiki

BadVerbSelectedError Constructor

Initializes a new instance of the BadVerbSelectedError class

Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

C#

internal BadVerbSelectedError(
	string token
)

VB

Friend Sub New ( 
	token As String
)

C++

internal:
BadVerbSelectedError(
	String^ token
)

F#

new : 
        token : string -> BadVerbSelectedError

Parameters

 

token
Type: System.String

See Also

Reference

BadVerbSelectedError Class
CommandLine Namespace

⚠️ **GitHub.com Fallback** ⚠️