BadScript 2
Loading...
Searching...
No Matches
Options_With_Interface.cs
Go to the documentation of this file.
1
namespace
CommandLine.Tests.Fakes
2
{
3
class
Options_With_Interface
:
IInterface_With_Two_Scalar_Options
4
{
5
public
bool
Verbose
{
get
;
set
; }
6
7
public
string
InputFile
{
get
;
set
; }
8
9
[Option(HelpText =
"Output file."
)]
10
public
string
OutputFile
{
get
;
set
; }
11
}
12
}
CommandLine.Tests.Fakes.Options_With_Interface
Definition
Options_With_Interface.cs:4
CommandLine.Tests.Fakes.Options_With_Interface.InputFile
string InputFile
Definition
Options_With_Interface.cs:7
CommandLine.Tests.Fakes.Options_With_Interface.OutputFile
string OutputFile
Definition
Options_With_Interface.cs:10
CommandLine.Tests.Fakes.Options_With_Interface.Verbose
bool Verbose
Definition
Options_With_Interface.cs:5
CommandLine.Tests.Fakes.IInterface_With_Two_Scalar_Options
Definition
IInterface_With_Two_Scalar_Options.cs:4
CommandLine.Tests.Fakes
Definition
Custom_Struct.cs:6
deps
commandlineparser
tests
CommandLine.Tests
Fakes
Options_With_Interface.cs
Generated by
1.9.8