BadScript 2
Loading...
Searching...
No Matches
Options_With_Required_Set_To_True_For_Values.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_Required_Set_To_True_For_Values
6
{
7
[Value(0, Required =
true
)]
8
public
string
StringValue
{
get
;
set
; }
9
10
[Value(1)]
11
public
int
IntValue
{
get
;
set
; }
12
}
13
}
CommandLine.Tests.Fakes.Options_With_Required_Set_To_True_For_Values
Definition
Options_With_Required_Set_To_True_For_Values.cs:6
CommandLine.Tests.Fakes.Options_With_Required_Set_To_True_For_Values.StringValue
string StringValue
Definition
Options_With_Required_Set_To_True_For_Values.cs:8
CommandLine.Tests.Fakes.Options_With_Required_Set_To_True_For_Values.IntValue
int IntValue
Definition
Options_With_Required_Set_To_True_For_Values.cs:11
CommandLine.Tests.Fakes
Definition
Custom_Struct.cs:6
deps
commandlineparser
tests
CommandLine.Tests
Fakes
Options_With_Required_Set_To_True_For_Values.cs
Generated by
1.9.8