Documentation for the C# command-line option parsing library

OptionResultsDictionary.Item Property

Get or set result by definition

Overload List

Get or set result by definition

public OptionResult this[CommandLine.OptParse.OptionDefinition] {get; set;}

Get the result by the ID of a definition

public OptionResult this[object] {get;}

See Also

OptionResultsDictionary Class | CommandLine.OptParse Namespace