Switch Class |
public sealed class Switch
The Switch type exposes the following members.
| Name | Description | |
|---|---|---|
| Name | The name of the switch (always treated as case sensitive). | |
| Parity | True if the switch was in the format /+name, false for the format /-name, null if neither the + or - name prefix was specified. | |
| Values | Zero or more values that follow the switch argument. |