[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework

Why do BCL classes have internal implementation classes?

msnews.microsoft.com

7/2/2008 2:36:00 PM

Hello!

I was browsing through the XmlTextReader code when I saw that it has an
internal XmlTextReaderImpl. What is the reason for this separation? I would
understand why someone did it in C++ (pimpl idiom), but I don't understand
the reasons here. Any insights would be greatly appreciated!

--
Daniel