21 lines
778 B
C#
21 lines
778 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Runtime.CompilerServices
|
|
{
|
|
/// <summary>Indicates that a method is an extension method, or that a class or assembly contains extension methods.</summary>
|
|
// Token: 0x02000575 RID: 1397
|
|
[Token(Token = "0x2000575")]
|
|
[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Method)]
|
|
public sealed class ExtensionAttribute : Attribute
|
|
{
|
|
/// <summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.ExtensionAttribute" /> class.</summary>
|
|
// Token: 0x06002C7C RID: 11388 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x6002C7C")]
|
|
[Address(RVA = "0x42BA20", Offset = "0x42AA20", VA = "0x18042BA20")]
|
|
public ExtensionAttribute()
|
|
{
|
|
}
|
|
}
|
|
}
|