BadScript 2
Loading...
Searching...
No Matches
Options_With_Both_Min_And_Max_Set_To_Zero.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.Collections.Generic;
4
5
namespace
CommandLine.Tests.Fakes
6
{
7
class
Options_With_Both_Min_And_Max_Set_To_Zero
8
{
9
[Option(Min=0, Max=0)]
10
public
IEnumerable<double>
BadDoubleSequence
{
get
;
set
; }
11
}
12
}
CommandLine.Tests.Fakes.Options_With_Both_Min_And_Max_Set_To_Zero
Definition
Options_With_Both_Min_And_Max_Set_To_Zero.cs:8
CommandLine.Tests.Fakes.Options_With_Both_Min_And_Max_Set_To_Zero.BadDoubleSequence
IEnumerable< double > BadDoubleSequence
Definition
Options_With_Both_Min_And_Max_Set_To_Zero.cs:10
CommandLine.Tests.Fakes
Definition
Custom_Struct.cs:6
deps
commandlineparser
tests
CommandLine.Tests
Fakes
Options_With_Both_Min_And_Max_Set_To_Zero.cs
Generated by
1.9.8