using System; namespace System.Runtime.CompilerServices { /// Indicates that a native enumeration is not qualified by the enumeration type name. This class cannot be inherited. // Token: 0x020002B0 RID: 688 [AttributeUsage(AttributeTargets.Enum)] [Serializable] public sealed class ScopelessEnumAttribute : Attribute { } }