Generics in CodeDom vs. Generics with Reflection
Posted by: Rick Strahls WebLog,
on 06 Apr 2007 |
View original | NEW Bookmarked: 0 time(s)
In Html Help Builder's documentation imports from .NET code I have to manage two sets of interfaces: One that imports data using Reflection which is the more thourough mechanism that goes out, parses types and pulls in XML documentation. Getting Generics to work right in that code took a while to get right, but it's been working for some time.
The other end of things is the CodeDom side in the VS Editor. In Html Help Builder you can do two-way comment editing where you can sit on a method in code...