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
3using System;
4using System.Linq;
5
7{
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}