using System; using Cpp2IlInjected; namespace System.Runtime.CompilerServices { /// Indicates that a method is an extension method, or that a class or assembly contains extension methods. // Token: 0x02000557 RID: 1367 [Token(Token = "0x2000557")] [AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Method)] public sealed class ExtensionAttribute : Attribute { /// Initializes a new instance of the class. // Token: 0x06002A6D RID: 10861 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6002A6D")] [Address(RVA = "0x4093D0", Offset = "0x4081D0", VA = "0x1804093D0")] public ExtensionAttribute() { } } }