Commandline options.
More...
|
string | nameToGreet [get, set] |
| The name to greet.
|
|
string? | greeting [get, set] |
| The greeting to use.
|
|
bool | loggingOff [get, set] |
| Disables writing information to log file.
|
|
static IEnumerable< Example > | Examples [get] |
| Usage examples.
|
|
Commandline options.
Definition at line 25 of file App.cs.
◆ Examples
IEnumerable<Example> App.App.Options.Examples |
|
staticget |
Usage examples.
Definition at line 49 of file App.cs.
◆ greeting
string? App.App.Options.greeting |
|
getset |
The greeting to use.
Definition at line 37 of file App.cs.
◆ loggingOff
bool App.App.Options.loggingOff |
|
getset |
Disables writing information to log file.
Definition at line 43 of file App.cs.
◆ nameToGreet
string App.App.Options.nameToGreet |
|
getset |
The name to greet.
Definition at line 31 of file App.cs.
The documentation for this class was generated from the following file:
- C:/Users/Micha/Documents/GitHub/dotnet_template/App.cs