BadScript 2
Loading...
Searching...
No Matches
Options_With_Only_Explicit_Interface.cs
Go to the documentation of this file.
1
namespace
CommandLine.Tests.Fakes
2
{
3
class
Options_With_Only_Explicit_Interface
:
IInterface_With_Two_Scalar_Options
4
{
5
bool
IInterface_With_Two_Scalar_Options.Verbose {
get
;
set
; }
6
7
string
IInterface_With_Two_Scalar_Options.InputFile {
get
;
set
; }
8
}
9
}
CommandLine.Tests.Fakes.Options_With_Only_Explicit_Interface
Definition
Options_With_Only_Explicit_Interface.cs:4
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_Only_Explicit_Interface.cs
Generated by
1.9.8