klyn.Type.genericParameterCount
property
public readonly property genericParameterCount as Int:
Description

Returns the number of generic parameters declared by the base type.

Example
print(ArrayList<Int>.type.genericParameterCount)