typeParameters property

List<TypeParameterElement> typeParameters

Return a list containing all of the type parameters declared by this element directly. This does not include type parameters that are declared by any enclosing elements.

Implementation

List<TypeParameterElement> get typeParameters;