BadScript 2
Loading...
Searching...
No Matches
Options_With_FSharpOption.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
Microsoft.FSharp.Core;
4
5
namespace
CommandLine.Tests.Fakes
6
{
7
public
class
Options_With_FSharpOption
8
{
9
[Option]
10
public
FSharpOption<string>
FileName
{
get
;
set
; }
11
12
[Value(0)]
13
public
FSharpOption<int>
Offset
{
get
;
set
; }
14
}
15
}
CommandLine.Tests.Fakes.Options_With_FSharpOption
Definition
Options_With_FSharpOption.cs:8
CommandLine.Tests.Fakes.Options_With_FSharpOption.Offset
FSharpOption< int > Offset
Definition
Options_With_FSharpOption.cs:13
CommandLine.Tests.Fakes.Options_With_FSharpOption.FileName
FSharpOption< string > FileName
Definition
Options_With_FSharpOption.cs:10
CommandLine.Tests.Fakes
Definition
Custom_Struct.cs:6
deps
commandlineparser
tests
CommandLine.Tests
Fakes
Options_With_FSharpOption.cs
Generated by
1.9.8