Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: DocumentationRhoMLAttribute(string)

Declaration

public DocumentationRhoMLAttribute(
    string documentation
)

Summary

Use this attribute to write the help text that describes (documents) a command-line option or command. Specifying multiple strings will create multiple columns in the table. The documentation is to be specified in RhoML, which is interpreted as described in CommandLineParser.Colorize(RhoElement).

See also