Documentation for the C# command-line option parsing library

ListType Enumeration

Type of list to create in the usage

public enum ListType

Members

Member Name Description
Ordered Numbered/ordered list
Unordered Unordered list

Requirements

Namespace: CommandLine.OptParse

Assembly: CSharpOptParse (in CSharpOptParse.dll)

See Also

CommandLine.OptParse Namespace