getActualTypeArguments

open fun getActualTypeArguments(): List<TypeOf<out Any>>

Returns the list of type arguments used in the construction of this parameterized type.

See also