C# XML comments - build a list
- by Russell
I am trying to build a list for my XML comments on my C# method.
I am using the following document, however the list implementation in this does not work for me. I am using visual studio 2008 and .net 3.5.
http://msdn.microsoft.com/en-us/magazine/cc302121.aspx
How do I build a list using XML comments in C#?