using System; using System.Runtime.InteropServices; using Cpp2IlInjected; namespace System { /// Indicates whether a program element is compliant with the Common Language Specification (CLS). This class cannot be inherited. // Token: 0x020000C2 RID: 194 [Token(Token = "0x20000C2")] [ComVisible(true)] [AttributeUsage(AttributeTargets.All)] [Serializable] public sealed class CLSCompliantAttribute : Attribute { /// Initializes an instance of the class with a Boolean value indicating whether the indicated program element is CLS-compliant. /// /// if CLS-compliant; otherwise, . // Token: 0x060005FB RID: 1531 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x60005FB")] [Address(RVA = "0x162F3C0", Offset = "0x162E1C0", VA = "0x18162F3C0")] public CLSCompliantAttribute(bool isCompliant) { } // Token: 0x0400022B RID: 555 [global::Cpp2IlInjected.FieldOffset(Offset = "0x10")] [Token(Token = "0x400022B")] private bool m_compliant; } }