0

Possible Duplicate:
What DebuggerVisualizers are already existing within VisualStudio or .Net Framework?

A quite dumb question but i simply can't find the answer.

I have a self-written class that implements the IList<T> interface. Now i like to see the containing elements within Debugging like i would with any .Net List<T>.

To get this to work i think i have to provide the correct visualizer within the DebuggerVisualizerAttribute. After a little searching all i could find is the folder for additional Visualizer. But there is just one for the DataSet.

But what are the types of all the Visualizer already available within Visual Studio (e.g. for string, List, etc.), so that i could provide the correct one for my implementation of something already available?

Community
  • 1
  • 1
Oliver
  • 43,366
  • 8
  • 94
  • 151

0 Answers0