klyn.Type.isGenericInstantiation
property
public readonly property isGenericInstantiation as Boolean:
Description
Indicates whether this type represents a concrete generic instantiation. t = ArrayList<Int>.type print(t.isGenericInstantiation)
Example