![]() | Simple |
The SimpleParse type exposes the following members.
Name | Description | |
---|---|---|
![]() | IsEmpty | Gets a flag indicating if no arguments of any type are specifeid. |
![]() | IsHelp | Gets a flag indicating if the only argument is the single switch /?. |
![]() | PositionalCount | Gets a count of positional arguments. |
![]() | Positionals | Gets an array of positional argument strings. |
![]() | SwitchCount | Gets a count of distinct switch arguments. |
![]() | Switches | Gets an array of Switch class instances, each containing full information about each distinct switch argument. |