BadScript 2
Loading...
Searching...
No Matches
Options_With_Shuffled_Index_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
using
System;
4
using
System.Linq;
5
6
namespace
CommandLine.Tests.Fakes
7
{
8
class
Options_With_Shuffled_Index_Values
9
{
10
[Value(1)]
11
public
string
Arg1
{
get
;
set
; }
12
13
[Value(2)]
14
public
string
Arg2
{
get
;
set
; }
15
16
[Value(0)]
17
public
string
Arg0
{
get
;
set
; }
18
}
19
}
CommandLine.Tests.Fakes.Options_With_Shuffled_Index_Values
Definition
Options_With_Shuffled_Index_Values.cs:9
CommandLine.Tests.Fakes.Options_With_Shuffled_Index_Values.Arg1
string Arg1
Definition
Options_With_Shuffled_Index_Values.cs:11
CommandLine.Tests.Fakes.Options_With_Shuffled_Index_Values.Arg2
string Arg2
Definition
Options_With_Shuffled_Index_Values.cs:14
CommandLine.Tests.Fakes.Options_With_Shuffled_Index_Values.Arg0
string Arg0
Definition
Options_With_Shuffled_Index_Values.cs:17
CommandLine.Tests.Fakes
Definition
Custom_Struct.cs:6
deps
commandlineparser
tests
CommandLine.Tests
Fakes
Options_With_Shuffled_Index_Values.cs
Generated by
1.9.8