Documentation for the C# command-line option parsing library

UsageBuilder.BeginParagraph Method 

Add a paragraph to the usage

public void BeginParagraph();

Remarks

May only be inside of "section" or "description" tags. EndParagraph must be called to close this tag. Use AddParagraphContent to add text to the paragraph body.

See Also

UsageBuilder Class | CommandLine.OptParse Namespace