I have just got hold of the following binaries because I want a nice way to parse CSV files in my Visual Studio 2010 C# project.
The binaries file includes a .dll
, .xml
and .chm
file.
I linked the .dll
into my project using the Add Reference option in the Project menu. Visual Studio recognises the class and it comes up as an option with IntelliSense, however, I cannot see the documentation in the .xml
file within Visual Studio.
How do I see the documentation?