This might be a bit silly, but where can I find a reference (not code) that tells me, what classes (in the .NET-Framework) implement an interface? Is this even available?
I am thinking of the list one gets in the Java-API-documentation unter "All Known Implementing Classes" (like here for example: http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Iterable.html).
Currently I am wondering what classes implement "IDictionary
" if this matters. But I had this problem a few times now...
By the way, I found threads explaining how to do this in code, like this one: http://stackoverflow.com/.../how-to-find-what-classes-implements-an-interface-net
Kind regards