TwoColumnHelpRow Class

Definition

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

public ref class TwoColumnHelpRow : IEquatable<System::CommandLine::Help::TwoColumnHelpRow ^>
public class TwoColumnHelpRow : IEquatable<System.CommandLine.Help.TwoColumnHelpRow>
type TwoColumnHelpRow = class
    interface IEquatable<TwoColumnHelpRow>
Public Class TwoColumnHelpRow
Implements IEquatable(Of 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.

GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to