Files
Apr2020-Cpp2Il-Dump/mscorlib/System/Diagnostics/Tracing/EnumHelper.cs
T
niko 8fc35183db a
2026-04-11 22:19:20 +02:00

38 lines
1.0 KiB
C#

using System;
using System.Reflection;
using Cpp2IlInjected;
namespace System.Diagnostics.Tracing
{
// Token: 0x0200062B RID: 1579
[Token(Token = "0x200062B")]
internal static class EnumHelper<UnderlyingType>
{
// Token: 0x06002FA8 RID: 12200 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6002FA8")]
[Address(RVA = "0x1E664C0", Offset = "0x1E652C0", VA = "0x181E664C0")]
public static UnderlyingType Cast<ValueType>(ValueType value)
{
return null;
}
// Token: 0x04001A8B RID: 6795
[Token(Token = "0x4001A8B")]
private static readonly MethodInfo IdentityInfo;
// Token: 0x0200062C RID: 1580
// (Invoke) Token: 0x06002FAB RID: 12203
[Token(Token = "0x200062C")]
private delegate UnderlyingType Transformer<ValueType>(ValueType value);
// Token: 0x0200062D RID: 1581
[Token(Token = "0x200062D")]
private static class Caster<ValueType>
{
// Token: 0x04001A8C RID: 6796
[Token(Token = "0x4001A8C")]
public static readonly EnumHelper<UnderlyingType>.Transformer<ValueType> Instance;
}
}
}