Documentation for the C# command-line option parsing library

UsageBuilder.BeginSection Method 

Begin a new section tag

public void BeginSection(
   string header
);

Parameters

header
Name of the section

Remarks

May only be under a "usage" or "section" tag. EndSection must be called to close this tag

See Also

UsageBuilder Class | CommandLine.OptParse Namespace