isTypeVariable abstract method
Checks if this class represents a type variable.
Returns:
true
for generic type parameters (e.g.,T
inList<T>
)false
for 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();