CommandLineParserArgumentNameComparer Property
Gets the string comparer used for argument names.
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
public IComparer<string> ArgumentNameComparer { get; }
Public ReadOnly Property ArgumentNameComparer As IComparer(Of String)
Get
Dim instance As CommandLineParser
Dim value As IComparer(Of String)
value = instance.ArgumentNameComparer
public:
property IComparer<String^>^ ArgumentNameComparer {
IComparer<String^>^ get ();
}
Property Value
IComparerString
An instance of a class implementing the
IComparerT interface.