CLSCompliantAttribute Constructor
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes an instance of the CLSCompliantAttribute class with a Boolean value indicating whether the indicated program element is CLS-compliant.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- isCompliant
- Type: System.Boolean
true if CLS-compliant; otherwise, false.
Show: