![]() |
BadScript 2
|
Models a command line usage example. More...
Public Member Functions | |
Example (string helpText, IEnumerable< UnParserSettings > formatStyles, object sample) | |
Initializes a new instance of the CommandLine.Text.Example class. | |
Example (string helpText, UnParserSettings formatStyle, object sample) | |
Initializes a new instance of the CommandLine.Text.Example class. | |
Example (string helpText, object sample) | |
Initializes a new instance of the CommandLine.Text.Example class. | |
bool | Equals (Example other) |
Returns a value that indicates whether the current instance and a specified CommandLine.Text.Example have the same value. | |
override bool | Equals (object obj) |
Determines whether the specified System.Object is equal to the current System.Object. | |
override int | GetHashCode () |
Serves as a hash function for a particular type. | |
Properties | |
string | HelpText [get] |
Example description. | |
IEnumerable< UnParserSettings > | FormatStyles [get] |
A sequence of format styles. | |
object | Sample [get] |
A sample instance. | |
Models a command line usage example.
Definition at line 12 of file Example.cs.
CommandLine.Text.Example.Example | ( | string | helpText, |
IEnumerable< UnParserSettings > | formatStyles, | ||
object | sample | ||
) |
Initializes a new instance of the CommandLine.Text.Example class.
helpText | Example description. |
formatStyles | A CommandLine.UnParserSettings instances sequence that defines command line arguments format. |
sample | A sample instance. |
Definition at line 23 of file Example.cs.
CommandLine.Text.Example.Example | ( | string | helpText, |
UnParserSettings | formatStyle, | ||
object | sample | ||
) |
Initializes a new instance of the CommandLine.Text.Example class.
helpText | Example description. |
formatStyle | A CommandLine.UnParserSettings instance that defines command line arguments format. |
sample | A sample instance. |
Definition at line 54 of file Example.cs.
CommandLine.Text.Example.Example | ( | string | helpText, |
object | sample | ||
) |
Initializes a new instance of the CommandLine.Text.Example class.
helpText | Example description. |
sample | A sample instance. |
Definition at line 65 of file Example.cs.
bool CommandLine.Text.Example.Equals | ( | Example | other | ) |
Returns a value that indicates whether the current instance and a specified CommandLine.Text.Example have the same value.
other | The CommandLine.Text.Example instance to compare. |
if this instance of CommandLine.Text.Example and other have the same value; otherwise,
false
Definition at line 97 of file Example.cs.
override bool CommandLine.Text.Example.Equals | ( | object | obj | ) |
Determines whether the specified System.Object is equal to the current System.Object.
obj | The System.Object to compare with the current System.Object. |
if the specified System.Object is equal to the current System.Object; otherwise,
false
Definition at line 121 of file Example.cs.
override int CommandLine.Text.Example.GetHashCode | ( | ) |
Serves as a hash function for a particular type.
A hash code for the current System.Object.
Definition at line 137 of file Example.cs.
|
get |
|
get |
|
get |