help property

List<IContent>? get help

Property getter and setter for help:

Implementation

List<IContent>? get help;
set help (List<IContent>? help)

Implementation

set help(List<IContent>? help);