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

일반적으로 두 번째 도움말 열에 표시되는 기호에 대한 설명입니다.

적용 대상