BadScript 2
Loading...
Searching...
No Matches
Simple_Options_With_Enum.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
enum
Colors
6
{
7
Red
,
8
Green
,
9
Blue
10
}
11
12
class
Simple_Options_With_Enum
13
{
14
[Option]
15
public
Colors
Colors
{
get
;
set
; }
16
}
17
}
CommandLine.Tests.Fakes.Simple_Options_With_Enum
Definition
Simple_Options_With_Enum.cs:13
CommandLine.Tests.Fakes
Definition
Custom_Struct.cs:6
CommandLine.Tests.Fakes.Colors
Colors
Definition
Simple_Options_With_Enum.cs:6
CommandLine.Tests.Fakes.Colors.Blue
@ Blue
CommandLine.Tests.Fakes.Colors.Green
@ Green
CommandLine.Tests.Fakes.Colors.Red
@ Red
deps
commandlineparser
tests
CommandLine.Tests
Fakes
Simple_Options_With_Enum.cs
Generated by
1.9.8