言語

Directive(String) コンストラクター

定義

ディレクティブ クラスの新しいインスタンスを初期化します。

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

パラメーター

name
String

ディレクティブの名前。 空白を含めることはできません。

適用対象