Documentation for the C# command-line option parsing library

DictionaryParserHelper Constructor 

Constructor

public DictionaryParserHelper(
   OptionDefinition[] optDefs,
   IDictionary valuesDictionary
);

Parameters

optDefs
The supported options
valuesDictionary
The dictionary that will be used to store the values of the options

See Also

DictionaryParserHelper Class | CommandLine.OptParse Namespace