Skip to content

M_CommandLine_UnParserSettings_WithUseEqualTokenOnly

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

UnParserSettings.WithUseEqualTokenOnly Method

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

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

Syntax

C#

public static UnParserSettings WithUseEqualTokenOnly()

VB

Public Shared Function WithUseEqualTokenOnly As UnParserSettings

C++

public:
static UnParserSettings^ WithUseEqualTokenOnly()

F#

static member WithUseEqualTokenOnly : unit -> UnParserSettings 

Return Value

Type: UnParserSettings
A properly initalized UnParserSettings instance.

See Also

Reference

UnParserSettings Class
CommandLine Namespace

Clone this wiki locally