Hi,
I'm trying to get information about classes in the DotNetProjectreolver.
I'm using GetTypes() method. In the result collection there are ClassDeclaration objects and d objects. d is the internal class. I saw that d objects represent my partial classes.
How can I convert d object to ClassDeclaration object?
I think that need to represent partial classes as ClassDeclaration objects (or derived class form ClassDeclaration class).
I'm trying to get information about classes in the DotNetProjectreolver.
I'm using GetTypes() method. In the result collection there are ClassDeclaration objects and d objects. d is the internal class. I saw that d objects represent my partial classes.
How can I convert d object to ClassDeclaration object?
I think that need to represent partial classes as ClassDeclaration objects (or derived class form ClassDeclaration class).