a
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System
|
||||
{
|
||||
/// <summary>Indicates that an enumeration can be treated as a bit field; that is, a set of flags.</summary>
|
||||
// Token: 0x020000E9 RID: 233
|
||||
[Token(Token = "0x20000E9")]
|
||||
[ComVisible(true)]
|
||||
[AttributeUsage(AttributeTargets.Enum)]
|
||||
[Serializable]
|
||||
public class FlagsAttribute : Attribute
|
||||
{
|
||||
/// <summary>Initializes a new instance of the <see cref="T:System.FlagsAttribute" /> class.</summary>
|
||||
// Token: 0x060008C8 RID: 2248 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x60008C8")]
|
||||
[Address(RVA = "0x4093D0", Offset = "0x4081D0", VA = "0x1804093D0")]
|
||||
public FlagsAttribute()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user