BadScript 2
Loading...
Searching...
No Matches
Options_With_InvalidDefaults.cs
Go to the documentation of this file.
1
2
namespace
CommandLine.Tests.Fakes
3
{
4
class
Options_With_InvalidDefaults
5
{
6
// Default of string and integer type property will also throw.
7
8
[Option(Default =
false
)]
9
public
string
FileName
{
get
;
set
; }
10
}
11
}
CommandLine.Tests.Fakes.Options_With_InvalidDefaults
Definition
Options_With_InvalidDefaults.cs:5
CommandLine.Tests.Fakes.Options_With_InvalidDefaults.FileName
string FileName
Definition
Options_With_InvalidDefaults.cs:9
CommandLine.Tests.Fakes
Definition
Custom_Struct.cs:6
deps
commandlineparser
tests
CommandLine.Tests
Fakes
Options_With_InvalidDefaults.cs
Generated by
1.9.8