m
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
using System;
|
||||
using System.Reflection;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Diagnostics.Tracing
|
||||
{
|
||||
// Token: 0x0200064C RID: 1612
|
||||
[Token(Token = "0x200064C")]
|
||||
internal static class EnumHelper<UnderlyingType>
|
||||
{
|
||||
// Token: 0x060031C0 RID: 12736 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x60031C0")]
|
||||
[Address(RVA = "0x293B020", Offset = "0x293A020", VA = "0x18293B020")]
|
||||
public static UnderlyingType Cast<ValueType>(ValueType value)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
// Token: 0x04001B4E RID: 6990
|
||||
[Token(Token = "0x4001B4E")]
|
||||
private static readonly MethodInfo IdentityInfo;
|
||||
|
||||
// Token: 0x0200064D RID: 1613
|
||||
// (Invoke) Token: 0x060031C3 RID: 12739
|
||||
[Token(Token = "0x200064D")]
|
||||
private delegate UnderlyingType Transformer<ValueType>(ValueType value);
|
||||
|
||||
// Token: 0x0200064E RID: 1614
|
||||
[Token(Token = "0x200064E")]
|
||||
private static class Caster<ValueType>
|
||||
{
|
||||
// Token: 0x04001B4F RID: 6991
|
||||
[Token(Token = "0x4001B4F")]
|
||||
public static readonly EnumHelper<UnderlyingType>.Transformer<ValueType> Instance;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user