BadScript 2
Loading...
Searching...
No Matches
CommandLine.Text.ComparableOption Struct Reference

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

Public Attributes

bool Required
 
bool IsOption
 
bool IsValue
 
string LongName
 
string ShortName
 
int Index
 

Detailed Description

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

Definition at line 22 of file HelpText.cs.

Member Data Documentation

◆ Index

int CommandLine.Text.ComparableOption.Index

Definition at line 29 of file HelpText.cs.

◆ IsOption

bool CommandLine.Text.ComparableOption.IsOption

Definition at line 25 of file HelpText.cs.

◆ IsValue

bool CommandLine.Text.ComparableOption.IsValue

Definition at line 26 of file HelpText.cs.

◆ LongName

string CommandLine.Text.ComparableOption.LongName

Definition at line 27 of file HelpText.cs.

◆ Required

bool CommandLine.Text.ComparableOption.Required

Definition at line 24 of file HelpText.cs.

◆ ShortName

string CommandLine.Text.ComparableOption.ShortName

Definition at line 28 of file HelpText.cs.


The documentation for this struct was generated from the following file: