isTypeVariable abstract method
Checks if this class represents a type variable.
Returns:
truefor generic type parameters (e.g.,TinList<T>)falsefor concrete types
Implementation
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 typesbool isTypeVariable();