I’m looking for full C# standard interfaces list. I’m almost sure that such topic was posted somewhere on MSDN, but I can’t find it. Does anyone has a reference?
I’m looking for full C# standard interfaces list. I’m almost sure that such topic
Share
im sorry but such doc does not exist…
See, msdn documentation is organized by “namespaces”, so… you can see that such document would not fit anywhere…
by the way, why would you want that?!? if you compile the documents of each interface in the basics dll (system, text, system.data, linq, etc…) you would have a quite large document that would cause more confusion than “de-confusion”, since in diferent namespaces interfaces may have the same name…