Class FakeCLSCompliantAttribute
Fake - Indicates whether a program element is compliant with the Common Language Specification (CLS). This class cannot be inherited.
[AttributeUsage(AttributeTargets.All, Inherited = true, AllowMultiple = false)]
public sealed class FakeCLSCompliantAttribute : Attribute
- Inheritance
-
FakeCLSCompliantAttribute
- Inherited Members
- Extension Methods
Constructors
- FakeCLSCompliantAttribute(bool)
Initializes an instance of the System.CLSCompliantAttribute class with a Boolean value indicating whether the indicated program element is CLS-compliant.
Properties
- IsCompliant
Gets the Boolean value indicating whether the indicated program element is CLS-compliant.