Documentation for the C# command-line option parsing library

UsageBuilder.AddParagraphContent Method 

Add content to the current paragraph node

public void AddParagraphContent(
   string text
);

Parameters

text
Text to add

Remarks

May only be called when a "para" tag is active.

See Also

UsageBuilder Class | CommandLine.OptParse Namespace