getopt.net
A port of getopt in pure C#.
Loading...
Searching...
No Matches
ArgumentType.cs
Go to the documentation of this file.
1
using
System;
2
3
namespace
getopt.net
{
4
8
public
enum
ArgumentType
{
9
13
None
,
14
18
Required
,
19
23
Optional
24
25
}
26
}
27
getopt.net
Definition
ArgumentType.cs:3
getopt.net.ArgumentType
ArgumentType
Enumeration containing the argument types possible for getopt.
Definition
ArgumentType.cs:8
getopt.net.ArgumentType.None
@ None
No argument is required for the option.
getopt.net.ArgumentType.Required
@ Required
The option has a mandatory argument.
getopt.net.ArgumentType.Optional
@ Optional
Arguments are optional for this argument.
getopt.net
ArgumentType.cs
Generated by
1.9.8