klyn.Type.genericDefinitionName
property
public readonly property genericDefinitionName as String:
Description

Returns the fully qualified open generic definition name.

Unlike generated concrete class names, this stable metadata never contains an ABI hash and is suitable for framework mapping decisions.

Returns

Open generic definition name, or an empty string.

Example
import klyn.collections
assert ArrayList<Int>.type.genericDefinitionName ==
"klyn.collections.ArrayList"