CommandLineParserArgumentNameComparer Property

Gets the string comparer used for argument names.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
C#
public IComparer<string> ArgumentNameComparer { get; }

Property Value

IComparerString
An instance of a class implementing the IComparerT interface.

See Also