Directive(String) Constructor

Definition

Initializes a new instance of the Directive class.

public:
 Directive(System::String ^ name);
public Directive(string name);
new System.CommandLine.Directive : string -> System.CommandLine.Directive
Public Sub New (name As String)

Parameters

name
String

The name of the directive. It can't contain whitespaces.

Applies to