7 [AttributeUsage(
AttributeTargets.All, Inherited =
true, AllowMultiple =
false)]
9 [__DynamicallyInvokable]
12 private bool m_compliant;
17 [__DynamicallyInvokable]
20 [__DynamicallyInvokable]
30 [__DynamicallyInvokable]
33 m_compliant = isCompliant;
Indicates whether a program element is compliant with the Common Language Specification (CLS)....
Represents the base class for custom attributes.
CLSCompliantAttribute(bool isCompliant)
Initializes an instance of the T:System.CLSCompliantAttribute class with a Boolean value indicating w...
AttributeTargets
Specifies the application elements on which it is valid to apply an attribute.
Specifies that the class can be serialized.
bool IsCompliant
Gets the Boolean value indicating whether the indicated program element is CLS-compliant.