Overview
>
klyn
>
Type
>
isGenericInstantiation
Overview
Index
Tree
Deprecated
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