klyn.Type.genericParameterCount
property
public readonly property genericParameterCount as Int:
Description
Returns the number of generic parameters declared by the base type. print(ArrayList<Int>.type.genericParameterCount)
Example