Return list of type parameters under which we subtype given type.
For example if [A ['a] :> B [int]], then ["A".SuperType ("B")] returns [[int]]. This information can be also fetched from [GetDirectSuperTypes()] method but this function is transitive.
TypeBuilder Class | Nemerle.Compiler Namespace