Documentation for the C# command-line option parsing library

OptionDefinition Class

Definition of an option

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

System.Object
   CommandLine.OptParse.OptionDefinition

public class OptionDefinition

Remarks

Use this class to define possible options for a command-line. This is an alternative to using a class with fields and properties defined as options.

Requirements

Namespace: CommandLine.OptParse

Assembly: CSharpOptParse (in CSharpOptParse.dll)

See Also

OptionDefinition Members | CommandLine.OptParse Namespace