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