Documentation for the C# command-line option parsing library

IOptionResults Interface

Interface for interacting with the results of parsing the options

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

public interface IOptionResults : IOptionContainer

Types that implement IOptionResults

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.

Remarks

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.

Requirements

Namespace: CommandLine.OptParse

Assembly: CSharpOptParse (in CSharpOptParse.dll)

See Also

IOptionResults Members | CommandLine.OptParse Namespace