Command(String, String) Constructor

Definitie

Initialiseert een nieuw exemplaar van de opdrachtklasse.

public Command(string name, string? description = default);
new System.CommandLine.Command : string * string -> System.CommandLine.Command
Public Sub New (name As String, Optional description As String = Nothing)

Parameters

name
String

De naam van de opdracht.

description
String

De beschrijving van de opdracht, weergegeven in help.

Van toepassing op