CommandLineParserArgumentNameComparison Property
Gets the string comparison used for argument names.
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
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.