ParamsSection

Represents a params section.

Constructors

this
this(cstring name, cstring text)

Constructs a ParamsSection object.

Members

Variables

paramDescs
cstring[] paramDescs;

Parameter descriptions.

paramNames
cstring[] paramNames;

Parameter names.

Inherited Members

From Section

name
cstring name;

The name of the section.

text
cstring text;

The text of the section.

Is
bool Is(cstring name2)

Case-insensitively compares the section's name with name2.

wholeText
cstring wholeText()

Returns the section's text including its name.

Meta