TwoColumnHelpRow(String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Parameters
- firstColumnText
- String
The name and invocation details, typically displayed in the first help column.
- secondColumnText
- String
The description of a symbol, typically displayed in the second help column.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.