BadScript 2
Loading...
Searching...
No Matches
Mutable_Without_Empty_Constructor.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
Mutable_Without_Empty_Constructor
6
{
7
[Option(
"amend"
, HelpText =
"Used to amend the tip of the current branch."
)]
8
public
bool
Amend
{
get
;
set
; }
9
10
private
Mutable_Without_Empty_Constructor
()
11
{
12
}
13
14
public
static
Mutable_Without_Empty_Constructor
Create
()
15
{
16
return
new
Mutable_Without_Empty_Constructor
();
17
}
18
}
19
}
CommandLine.Tests.Fakes.Mutable_Without_Empty_Constructor
Definition
Mutable_Without_Empty_Constructor.cs:6
CommandLine.Tests.Fakes.Mutable_Without_Empty_Constructor.Create
static Mutable_Without_Empty_Constructor Create()
Definition
Mutable_Without_Empty_Constructor.cs:14
CommandLine.Tests.Fakes.Mutable_Without_Empty_Constructor.Mutable_Without_Empty_Constructor
Mutable_Without_Empty_Constructor()
Definition
Mutable_Without_Empty_Constructor.cs:10
CommandLine.Tests.Fakes.Mutable_Without_Empty_Constructor.Amend
bool Amend
Definition
Mutable_Without_Empty_Constructor.cs:8
CommandLine.Tests.Fakes
Definition
Custom_Struct.cs:6
deps
commandlineparser
tests
CommandLine.Tests
Fakes
Mutable_Without_Empty_Constructor.cs
Generated by
1.9.8