isTypeVariable abstract method

bool isTypeVariable()

Checks if this class represents a type variable.

Returns:

  • true for generic type parameters (e.g., T in List<T>)
  • false for concrete types

Implementation

bool isTypeVariable();