Documentation for the C# command-line option parsing library

IProgUsageInfo.IsOptionHeader Method 

Check if a given header should contain the usage of the options

bool IsOptionHeader(
   string header
);

Parameters

header
The header to check

Return Value

True if the contents of this header is the options description

See Also

IProgUsageInfo Interface | CommandLine.OptParse Namespace