Documentation for the C# command-line option parsing library

IProgUsageInfo.Headers Property

Get a list of all the "topic" headers for the usage

string[] Headers {get;}

Remarks

Each header is similar to a header in a Unix man page. The header is a title block for the contents to follow. The usage information is broken up into sections, each started with a header. Typical headers are "Description", "Synopsis", "Options", "Arguments"

See Also

IProgUsageInfo Interface | CommandLine.OptParse Namespace