Modifier

CommandOption(String, CommandOptionType) Constructor

Definition

public:
 CommandOption(System::String ^ template, Microsoft::Extensions::CommandLineUtils::CommandOptionType optionType);
public CommandOption (string template, Microsoft.Extensions.CommandLineUtils.CommandOptionType optionType);
new Microsoft.Extensions.CommandLineUtils.CommandOption : string * Microsoft.Extensions.CommandLineUtils.CommandOptionType -> Microsoft.Extensions.CommandLineUtils.CommandOption
Public Sub New (template As String, optionType As CommandOptionType)

Parameters

template
String
optionType
CommandOptionType

Applies to