CliHelpBuilderGetTwoColumnRow Method

Gets a help item for the specified symbol.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 1.8.8
C#
public TwoColumnHelpRow GetTwoColumnRow(
	CliSymbol symbol,
	HelpContext context
)

Parameters

symbol  CliSymbol
The symbol to get a help item for.
context  HelpContext
The help context.

Return Value

TwoColumnHelpRow
Two column help row.

See Also