TwoColumnHelpRow Class

Definition

Provides details about an item to be formatted to output in order to display two-column command line help.

C#
public class TwoColumnHelpRow : IEquatable<System.CommandLine.Help.TwoColumnHelpRow>
Inheritance
TwoColumnHelpRow
Implements

Constructors

Properties

FirstColumnText

The first column for a help entry, typically containing the name and other usage details about an option or argument.

SecondColumnText

The second column for a help entry, typically containing the name and other usage details about an option or argument.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

Equals(TwoColumnHelpRow)

Indicates whether the current object is equal to another object of the same type.

GetHashCode()

Serves as the default hash function.

Applies to

Product Versions
.NET 6 (package-provided), 7 (package-provided), 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Standard 2.0 (package-provided)