setTypeArguments

abstract fun setTypeArguments(typeArguments: NodeList<Type>): N(source)

Allows you to set the generic arguments

Parameters

typeArguments

The list of types of the generics, can be null


open fun setTypeArguments(typeArguments: Array<Type>): N(source)