TwoColumnHelpRow(String, String) 构造函数

定义

public:
 TwoColumnHelpRow(System::String ^ firstColumnText, System::String ^ secondColumnText);
public TwoColumnHelpRow (string firstColumnText, string secondColumnText);
new System.CommandLine.Help.TwoColumnHelpRow : string * string -> System.CommandLine.Help.TwoColumnHelpRow
Public Sub New (firstColumnText As String, secondColumnText As String)

参数

firstColumnText
String

名称和调用详细信息,通常显示在第一个帮助列中。

secondColumnText
String

符号的说明,通常显示在第二个帮助列中。

适用于