20 lines
721 B
C#
20 lines
721 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System.Runtime.CompilerServices
|
|
{
|
|
// Token: 0x02000578 RID: 1400
|
|
[Token(Token = "0x2000578")]
|
|
[FriendAccessAllowed]
|
|
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum | AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Event | AttributeTargets.Interface)]
|
|
internal sealed class FriendAccessAllowedAttribute : Attribute
|
|
{
|
|
// Token: 0x06002C84 RID: 11396 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x6002C84")]
|
|
[Address(RVA = "0x42BA20", Offset = "0x42AA20", VA = "0x18042BA20")]
|
|
public FriendAccessAllowedAttribute()
|
|
{
|
|
}
|
|
}
|
|
}
|