public static typeSuperName(index as Int) as String:
Returns the direct super-type name of a reflected type by index.
| Parameter | Description |
|---|---|
index | Zero-based reflection type index. |
Super-type name, or an empty string when no super-type is known.
import klyn.reflection print(TypeLoader.typeSuperName(0))