Documentation for the C# command-line option parsing library

IOptionResults.GetOptionDefinition Method

Get the ID of the option for the provided short name

Overload List

Get the ID of the option for the provided short name

OptionDefinition GetOptionDefinition(char,bool);

Get the ID of the option for the provided name

OptionDefinition GetOptionDefinition(string,bool);

See Also

IOptionResults Interface | CommandLine.OptParse Namespace