Documentation for the C# command-line option parsing library

OptionResultsDictionary Class

Dictionary of option results

For a list of all members of this type, see OptionResultsDictionary Members.

System.Object
   System.Collections.DictionaryBase
      CommandLine.OptParse.OptionResultsDictionary

public class OptionResultsDictionary : DictionaryBase

Remarks

When using the DictionaryParserHelper, the helper will use this class to store the results of option parsing in an instance of this class.

Requirements

Namespace: CommandLine.OptParse

Assembly: CSharpOptParse (in CSharpOptParse.dll)

See Also

OptionResultsDictionary Members | CommandLine.OptParse Namespace | DictionaryParserHelper | BuildParser