Why need to mention "Supported by the .NET Compact Framework" for classes members ?

Posted by pointlesspolitics on Stack Overflow See other posts from Stack Overflow or by pointlesspolitics
Published on 2010-04-08T12:31:54Z Indexed on 2010/04/08 12:33 UTC
Read the original article Hit count: 194

In MSDN documentation, many .NET classes methods (like ArrayList ) mentioned that "Supported by the .NET Compact Framework".

How internally it has been modified so that it has been supported by .NET compact Framework? I assumed all the .NET Base class library can be used on .NET compact Framework.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about base-class-library