typeParameters2 property
List<TypeParameterElement2>
get
typeParameters2
The type parameters declared by this element directly.
This does not include type parameters that are declared by any enclosing elements.
Implementation
List<TypeParameterElement2> get typeParameters2;