BadScript 2
Loading...
Searching...
No Matches
Simple_Options_With_Double_Value.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
class
Simple_Options_With_Double_Value
6
{
7
[Value(0)]
8
public
double
DoubleValue
{
get
;
set
; }
9
}
10
}
CommandLine.Tests.Fakes.Simple_Options_With_Double_Value
Definition
Simple_Options_With_Double_Value.cs:6
CommandLine.Tests.Fakes.Simple_Options_With_Double_Value.DoubleValue
double DoubleValue
Definition
Simple_Options_With_Double_Value.cs:8
CommandLine.Tests.Fakes
Definition
Custom_Struct.cs:6
deps
commandlineparser
tests
CommandLine.Tests
Fakes
Simple_Options_With_Double_Value.cs
Generated by
1.9.8