Therainjar
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Therainjar created a post, How to get the super class from an IClassDeclaration
Lets say I have a classpublic class Base {}and then public class Upper : Base {} if I have the IClassDeclaration for the Upper class, is there any way to get either the IClassDeclaration, or the ID...