BadScript 2
Loading...
Searching...
No Matches
Options_With_FlagCounter_Switches.cs
Go to the documentation of this file.
1
// Copyright 2005-2015 Giacomo Stelluti Scala & Contributors. All rights reserved. See License.md in the project root for license information.
2
3
namespace
CommandLine.Tests.Fakes
4
{
5
public
class
Options_With_FlagCounter_Switches
6
{
7
[Option(
'v'
, FlagCounter=
true
)]
8
public
int
Verbose
{
get
;
set
; }
9
10
[Option(
's'
, FlagCounter=
true
)]
11
public
int
Silent
{
get
;
set
; }
12
}
13
}
CommandLine.Tests.Fakes.Options_With_FlagCounter_Switches
Definition
Options_With_FlagCounter_Switches.cs:6
CommandLine.Tests.Fakes.Options_With_FlagCounter_Switches.Verbose
int Verbose
Definition
Options_With_FlagCounter_Switches.cs:8
CommandLine.Tests.Fakes.Options_With_FlagCounter_Switches.Silent
int Silent
Definition
Options_With_FlagCounter_Switches.cs:11
CommandLine.Tests.Fakes
Definition
Custom_Struct.cs:6
deps
commandlineparser
tests
CommandLine.Tests
Fakes
Options_With_FlagCounter_Switches.cs
Generated by
1.9.8