BadScript 2
Loading...
Searching...
No Matches
Static Public Member Functions
|
List of all members
CommandLine.Infrastructure.PopsicleSetter Class Reference
Static Public Member Functions
static void
Set< T >
(bool consumed, ref T field, T value)
Detailed Description
Definition at line
7
of file
PopsicleSetter.cs
.
Member Function Documentation
◆
Set< T >()
static void CommandLine.Infrastructure.PopsicleSetter.Set< T >
(
bool
consumed
,
ref T
field
,
T
value
)
static
Definition at line
9
of file
PopsicleSetter.cs
.
10
{
11
if
(consumed)
12
{
13
throw
new
InvalidOperationException();
14
}
15
16
field = value;
17
}
The documentation for this class was generated from the following file:
deps/commandlineparser/src/CommandLine/Infrastructure/
PopsicleSetter.cs
CommandLine
Infrastructure
PopsicleSetter
Generated by
1.9.8