Method | Description | |
---|---|---|
Arguments ( ) : System |
The default constructor.
|
|
Arguments ( Dictionary |
The constructor, specifying the flags and the default arguments set.
|
|
Arguments ( IEnumerable |
The constructor, specifying the flags and the default arguments set.
|
|
Arguments ( IEnumerable |
The constructor, specifying the flags and the default arguments set.
|
Method | Description | |
---|---|---|
AddDefault ( IEnumerable |
||
AddFlags ( IEnumerable |
public Arguments ( Dictionary |
||
flags | Dictionary |
The flags |
defs | Dictionary |
The default arguments |
return | System |
public Arguments ( IEnumerable |
||
args | IEnumerable |
The argument strings. |
return | System |
public Arguments ( IEnumerable |
||
flags | IEnumerable |
The flags |
defs | IEnumerable |
The default arguments |
return | System |