Interface for interacting with the results of parsing the options
For a list of all members of this type, see IOptionResults Members.
Type | Description |
---|---|
DictionaryParserHelper | Class that parses option results into a dictionary interface |
PropertyFieldParserHelper | Helper class for the parser that stores values into properties and fields of a class. |
This interface allows for storing option results in different formats. The Parser class uses this interface.
The implementation of this interface should be able to index the option definitions in both a case sensitive and case insensitive format. The parser's settings will determine the case sesitivity that will be used.
Namespace: CommandLine.OptParse
Assembly: CSharpOptParse (in CSharpOptParse.dll)
IOptionResults Members | CommandLine.OptParse Namespace