Class Property
Parent |
A reflection object representing a class property.
Functions
getSubclass () → subclass : Object<Class>
Returns the subclass type of this class. Meaning, the stored classes need to be of this type.
Details
Flags |
RuntimeSync RuntimeParallel MemberFunc |
Display Name |
Get Subclass |
| Name | Type | Description |
|---|---|---|
Subclass |
Object<Class> |
The subclass of this class property. |