Find out what classes implement an interface in .NET-documentation -
It may be a little silly, but where can I find a reference (no code) that tells me which class .NET-Framework) Apply an Interface? Is it also available?
I'm thinking about a list obtained in a Java-API documentation "All Known Implementation Classes" (for example here :).
Currently, I am thinking that if classes are done to implement " IDictionary
" if this is the case but I had met this problem many times ... < / P>
By the way, I have come to know how to do this in code, like this:
kind regards
There is no relevant official document that will tell you.
Whenever I should find out which comes from a given interface, I use it. Valid, it will only report the derived types that are currently present in the assembly list you load on the device, but this is a good start, and you can always load more assemblies to get a more receptive answer.
Comments
Post a Comment