klyn.Type.implementedInterfaces
property
public readonly property implementedInterfaces as ArrayList<Type>:
Description

Returns interfaces implemented by this type.

Example
interfaces = Thread.type.implementedInterfaces
print(interfaces)