BadScript 2
Loading...
Searching...
No Matches
Hidden_Option.cs
Go to the documentation of this file.
1
namespace
CommandLine.Tests.Fakes
2
{
3
public
class
Hidden_Option
4
{
5
[Option(
'h'
,
"hiddenOption"
, Hidden =
true
)]
6
public
string
HiddenOption
{
get
;
set
; }
7
}
8
}
CommandLine.Tests.Fakes.Hidden_Option
Definition
Hidden_Option.cs:4
CommandLine.Tests.Fakes.Hidden_Option.HiddenOption
string HiddenOption
Definition
Hidden_Option.cs:6
CommandLine.Tests.Fakes
Definition
Custom_Struct.cs:6
deps
commandlineparser
tests
CommandLine.Tests
Fakes
Hidden_Option.cs
Generated by
1.9.8