Documentation for the C# command-line option parsing library

DefaultUsageInfo.IsOptionHeader Method 

Get if the given header should hold the option description

public bool IsOptionHeader(
   string header
);

Parameters

header
The header

Return Value

True if the options header

Implements

IProgUsageInfo.IsOptionHeader

See Also

DefaultUsageInfo Class | CommandLine.OptParse Namespace