Skip to content

T_CommandLine_Text_ComparableOption

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

ComparableOption Structure

Provides means to format an help screen. You can assign it in place of a String instance.

Namespace: CommandLine.Text
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

C#

public struct ComparableOption

VB

Public Structure ComparableOption

C++

public value class ComparableOption

F#

[<SealedAttribute>]
type ComparableOption =  struct end

The ComparableOption type exposes the following members.

Methods

 

Name Description
Public method Equals Indicates whether this instance and a specified object are equal. (Inherited from ValueType.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Returns the hash code for this instance. (Inherited from ValueType.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns the fully qualified type name of this instance. (Inherited from ValueType.)
  Back to Top

Fields

 

Name Description
Public field Index
Public field IsOption
Public field IsValue
Public field LongName
Public field Required
Public field ShortName
  Back to Top

Extension Methods

 

Name Description
Private Extension Method IsEmpty (Defined by UnParserExtensions.)
Private Extension Method NormalizeValue (Defined by UnParserExtensions.)
  Back to Top

See Also

Reference

CommandLine.Text Namespace

Clone this wiki locally