TwoColumnHelpRow Class
Definition
- Namespace
- DotMake.CommandLine.Help
- Assembly
- DotMake.CommandLine.dll
Provides details about an item to be formatted to output in order to display two-column command line help.
public class TwoColumnHelpRow : IEquatable<TwoColumnHelpRow?>
- Inheritance
-
TwoColumnHelpRow
- Implements
Constructors
| TwoColumnHelpRow(string, string) |
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. |