CommandLineParserArgumentNameComparison Property
Gets the string comparison used for argument names.
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
public StringComparison ArgumentNameComparison { get; }
Public ReadOnly Property ArgumentNameComparison As StringComparison
Get
Dim instance As CommandLineParser
Dim value As StringComparison
value = instance.ArgumentNameComparison
public:
property StringComparison ArgumentNameComparison {
StringComparison get ();
}
Property Value
StringComparison
One of the values of the
StringComparison enumeration.