Documentation for the C# command-line option parsing library

IOptionContainer Interface

Interface that describes an object that contains option definitions

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

CommandLine.OptParse.IOptionContainer
   CommandLine.OptParse.IOptionResults

public interface IOptionContainer

Types that implement IOptionContainer

Type Description
DictionaryParserHelper Class that parses option results into a dictionary interface
Parser Class that parses the command line options. Use the ParserFactory to construct an instance of a parser
PropertyFieldParserHelper Helper class for the parser that stores values into properties and fields of a class.

Requirements

Namespace: CommandLine.OptParse

Assembly: CSharpOptParse (in CSharpOptParse.dll)

See Also

IOptionContainer Members | CommandLine.OptParse Namespace