CommandLineParserGetDefaultNameValueSeparators Method
Gets the default characters used to separate the name and the value of an argument.
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
public static ImmutableArray<char> GetDefaultNameValueSeparators()
Public Shared Function GetDefaultNameValueSeparators As ImmutableArray(Of Char)
Dim returnValue As ImmutableArray(Of Char)
returnValue = CommandLineParser.GetDefaultNameValueSeparators()
public:
static ImmutableArray<wchar_t> GetDefaultNameValueSeparators()
Return Value
ImmutableArrayChar
The default characters used to separate the name and the value of an argument, which are
':' and '='.
The return value of this method is used as the default value of the
NameValueSeparators property.