Documentation for the C# command-line option parsing library

DictionaryParserHelper Class

Class that parses option results into a dictionary interface

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

System.Object
   CommandLine.OptParse.DictionaryParserHelper

public class DictionaryParserHelper : IOptionResults, IOptionContainer

Remarks

The results are populated as {Key:[OptionDefinition] Value:[OptionResult]} pairs

Requirements

Namespace: CommandLine.OptParse

Assembly: CSharpOptParse (in CSharpOptParse.dll)

See Also

DictionaryParserHelper Members | CommandLine.OptParse Namespace | Parser | ParserFactory