M
michael
How do I know whether a type is a struct or a class when
I use reflection.
for example:
Type[] t = dll.GetTypes();
t.IsClass is true for both struct and class, how do I
tell, please help !
I use reflection.
for example:
Type[] t = dll.GetTypes();
t.IsClass is true for both struct and class, how do I
tell, please help !