IniLikeFile.onLeadingComment

Add comment before groups. This function is called only in constructor and can be reimplemented in derived classes.

class IniLikeFile
protected @trusted
void
onLeadingComment
(
string comment
)

Parameters

comment string

Comment line to add.

Meta