Documentation for the C# command-line option parsing library

IOptionResults.Item Property

Get or set the result of an option by its definition

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

See Also

IOptionResults Interface | CommandLine.OptParse Namespace