Skip to content

M_CommandLine_UnParserSettings_WithGroupSwitchesOnly

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

UnParserSettings.WithGroupSwitchesOnly Method

Factory method that creates an instance of UnParserSettings with GroupSwitches set to true.

Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

C#

public static UnParserSettings WithGroupSwitchesOnly()

VB

Public Shared Function WithGroupSwitchesOnly As UnParserSettings

C++

public:
static UnParserSettings^ WithGroupSwitchesOnly()

F#

static member WithGroupSwitchesOnly : unit -> UnParserSettings 

Return Value

Type: UnParserSettings
A properly initalized UnParserSettings instance.

See Also

Reference

UnParserSettings Class
CommandLine Namespace

Clone this wiki locally