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: 0x020000C9 RID: 201
[Token(Token = "0x20000C9")]
[AttributeUsage(AttributeTargets.All)]
[ComVisible(true)]
[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: 0x06000618 RID: 1560 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000618")]
[Address(RVA = "0x41C700", Offset = "0x41B700", VA = "0x18041C700")]
public CLSCompliantAttribute(bool isCompliant)
{
}
// Token: 0x04000235 RID: 565
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
[Token(Token = "0x4000235")]
private bool m_compliant;
}
}