interfaces property

List<int> interfaces
getter/setter pair

The indexes of the items representing the interfaces implemented by this class. The list will be empty if there are no implemented interfaces.

Implementation

List<int> interfaces;