BadScript 2
Loading...
Searching...
No Matches
Options_With_Option_Sequence_And_Value_Sequence.cs
Go to the documentation of this file.
1
using
System.Collections.Generic;
2
3
namespace
CommandLine.Tests.Fakes
4
{
5
public
class
Options_With_Option_Sequence_And_Value_Sequence
6
{
7
[Option(
'o'
,
"option-seq"
)]
8
public
IEnumerable<string>
OptionSequence
{
get
;
set
; }
9
10
[Value(0)]
11
public
IEnumerable<string>
ValueSequence
{
get
;
set
; }
12
}
13
}
CommandLine.Tests.Fakes.Options_With_Option_Sequence_And_Value_Sequence
Definition
Options_With_Option_Sequence_And_Value_Sequence.cs:6
CommandLine.Tests.Fakes.Options_With_Option_Sequence_And_Value_Sequence.OptionSequence
IEnumerable< string > OptionSequence
Definition
Options_With_Option_Sequence_And_Value_Sequence.cs:8
CommandLine.Tests.Fakes.Options_With_Option_Sequence_And_Value_Sequence.ValueSequence
IEnumerable< string > ValueSequence
Definition
Options_With_Option_Sequence_And_Value_Sequence.cs:11
CommandLine.Tests.Fakes
Definition
Custom_Struct.cs:6
deps
commandlineparser
tests
CommandLine.Tests
Fakes
Options_With_Option_Sequence_And_Value_Sequence.cs
Generated by
1.9.8