CLS allows private portions of the code in classes to be non CLS compliant. How is this possible ?

Posted by puneetd on Stack Overflow See other posts from Stack Overflow or by puneetd
Published on 2010-05-29T10:01:20Z Indexed on 2010/05/29 10:12 UTC
Read the original article Hit count: 130

Filed under:
|

CLS allows private portions of the code in classes to be non CLS compliant. How is this possible, because ultimately the code needs to be converted to the IL ?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET