MacrosSection

Represents a macros section.

Constructors

this
this(cstring name, cstring text)

Constructs a MacrosSection object.

Members

Variables

macroNames
cstring[] macroNames;

Macro names.

macroTexts
cstring[] macroTexts;

Macro texts.

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