Getting parent class’ name using Reflection

Like so:

typeof(Typ).BaseType.Name

Leave a Comment