Documentation for the C# command-line option parsing library

UsageBuilder.BeginList Method 

Open a list tag

public void BeginList(
   ListType type
);

Parameters

type
The type of list

Remarks

Sets the active tag to a new "list" tag. May only be called when one of the following tags are active: "section", "paragraph", "list", "description". EndList must be called to close this tag

See Also

UsageBuilder Class | CommandLine.OptParse Namespace