Samir Bhogayta
How can I make sure my C# classes will interoperate with other .Net languages?
By Samir Bhogayta in C# on Jun 25 2016
  • Samir Bhogayta
    Jun, 2016 25

    Make sure your C# code conforms to the Common Language Subset (CLS). To help with this, add the [assembly: CLSCompliant (true)] global attribute to your C# source files. The compiler will emit an error if you use a C# feature which is not CLS-compliant.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS