P_CommandLine_UnParserSettings_GroupSwitches - adutton/commandline GitHub Wiki
Gets or sets a value indicating whether unparsing process shall group switches.
Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public bool GroupSwitches { get; set; }VB
Public Property GroupSwitches As Boolean
Get
SetC++
public:
property bool GroupSwitches {
bool get ();
void set (bool value);
}F#
member GroupSwitches : bool with get, set
Type: Boolean