CommandLineParserGetDefaultNameValueSeparators Method

Gets the default characters used to separate the name and the value of an argument.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
C#
public static ImmutableArray<char> GetDefaultNameValueSeparators()

Return Value

ImmutableArrayChar
The default characters used to separate the name and the value of an argument, which are ':' and '='.

Remarks

The return value of this method is used as the default value of the NameValueSeparators property.

See Also