[ROOT] / doc / toc / ARCCore / Class / ClassMemberAttribute
Initialize , IsDefault , TryRemoveP
Describes a member of a class (a method).
The class itself is described by ClassAttribute.
Initialize | To be overridden in sub-classes, but do note that sub-classes are supposed to call base.Initialize() at end of their own initialization. |
IsDefault | Does not have a corresponding BaseAttributeP since all attributes relevant for querying (for instance in the documentation) will be IsDefault = FALSE anyway. (if we had included it in BaseAttributeP it would just have led to a lot of confusing IsDefault = FALSE key-values showing up.) |
TryRemoveP | Should probably never be used. |
Generated 2025-05-23 01:23:17.671 UTC