getPropertyTypes

getPropertyTypes(): JadeIterableIF;

The getPropertyTypes method of the JadeDynamicObject class returns an implementation of the JadeIterableIF interface that can be used to iterate through the receiver containing the types of the properties in index order on the dynamic object.

All types returned by the iteration are guaranteed to be type‑convertible to the Type type.

2020.0.01 and higher