Constructor FieldSwitch
FieldSwitch(string, string?, bool)
Initializes a switch.
public FieldSwitch(string name, string? argument, bool argumentWasQuoted)
Parameters
namestringThe switch including its backslash, for example
*.argumentstringThe switch argument, or null when it takes none.
argumentWasQuotedboolWhether the argument was written quoted.
Exceptions
- ArgumentNullException
nameis null.