This is a simple protected member.
This is a static member.
Static members should not be inherited.
Returns the name. See BaseClass.name.
The return value.
Sets the name. See BaseClass.name.
The new name.
The return value.
Returns the name. See BaseClass.name.
The return value.
Sets the name. See BaseClass.name.
The new name.
The return value.
This is a simple fat arrow function.
The second parameter needed by this function.
The first parameter needed by this function.
This is a simple member function.
It should be inherited by all subclasses. This class has a static member with the same name, both should be documented.
Return the name.
This is a simple interface function.
This is a interface function of IPrintNameInterface
This is a simple member function.
It should be inherited by all subclasses.
The new name.
This is a static function.
Static functions should not be inherited.
An instance of BaseClass.
This is a simple static member function.
Static functions should not be inherited. This class has a member with the same name, both should be documented.
Return the name.
Generated using TypeDoc
This is a class that extends another class.
This class has no own constructor, so its constructor should be inherited from BaseClass.