Click or drag to resize

CreateShellCommandOptionsArgumentNameComparer Property

Namespace:  Ookii.CommandLine
Assembly:  Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntax
public IComparer<string> ArgumentNameComparer { get; set; }

Property Value

Type: IComparerString
The IComparerT to use to compare the names of named arguments. The default value is OrdinalIgnoreCase.
See Also