23 lines
767 B
C#
23 lines
767 B
C#
using System;
|
|
|
|
// Token: 0x02000029 RID: 41
|
|
[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Event, AllowMultiple = false, Inherited = false)]
|
|
internal sealed class Attribute0 : Attribute
|
|
{
|
|
// Token: 0x0600010C RID: 268 RVA: 0x00002308 File Offset: 0x00000508
|
|
// Note: this type is marked as 'beforefieldinit'.
|
|
static Attribute0()
|
|
{
|
|
Class16.kLjw4iIsCLsZtxc4lksN0j();
|
|
}
|
|
|
|
// Token: 0x0600010D RID: 269 RVA: 0x000029B8 File Offset: 0x00000BB8
|
|
internal static bool smethod_0()
|
|
{
|
|
return Attribute0.object_0 == null;
|
|
}
|
|
|
|
// Token: 0x040000AC RID: 172
|
|
internal static object object_0;
|
|
}
|