typeParameters property
Return the type parameters for the class, or null
if the class does not
have any type parameters.
Implementation
TypeParameterList get typeParameters;
Set the type parameters for the class to the given list of
typeParameters
.
Implementation
set typeParameters(TypeParameterList typeParameters);