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