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

Return Values
Name Type Description

Subclass subclass

Object<Class>

The subclass of this class property.