public readonly property implementedInterfaces as ArrayList<Type>:
Returns interfaces implemented by this type.
interfaces = Thread.type.implementedInterfaces print(interfaces)