using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace System
{
/// Indicates that an enumeration can be treated as a bit field; that is, a set of flags.
// Token: 0x020000E9 RID: 233
[Token(Token = "0x20000E9")]
[ComVisible(true)]
[AttributeUsage(AttributeTargets.Enum)]
[Serializable]
public class FlagsAttribute : Attribute
{
/// Initializes a new instance of the class.
// Token: 0x060008C8 RID: 2248 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x60008C8")]
[Address(RVA = "0x4093D0", Offset = "0x4081D0", VA = "0x1804093D0")]
public FlagsAttribute()
{
}
}
}