BadScript 2
Loading...
Searching...
No Matches
Options_With_InvalidDefaults.cs
Go to the documentation of this file.
1
3{
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}