R

Ram Sharma • 3.40K Points
Extraordinary

Q. Which attribute marks an assembly as CLS-compliant?

  • (A) [Assembly: CLSCompliant(true)]
  • (B) [Assembly: ComVisible(false)]
  • (C) [CLSCompatible]
  • (D) [CLRCompliant]

Explanation by: Ram Sharma
`[CLSCompliant(true)]` indicates that the assembly follows the Common Language Specification.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.