Posts
Sort by recent activity
How to get Namespace of GenericArguments?
Hello. When I enumerate the GenericArguments of a type I don't seem to have access to the namespace string. How do I get the namespace string of the generic arguments? Here is the code I wrote a...