m
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Reflection;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace Google.Protobuf.Compatibility
|
||||
{
|
||||
// Token: 0x020000B9 RID: 185
|
||||
[Token(Token = "0x20000B9")]
|
||||
internal static class MethodInfoExtensions
|
||||
{
|
||||
// Token: 0x0600058A RID: 1418 RVA: 0x00002052 File Offset: 0x00000252
|
||||
[Token(Token = "0x600058A")]
|
||||
[Address(RVA = "0x29D7130", Offset = "0x29D6130", VA = "0x1829D7130")]
|
||||
internal static Delegate CreateDelegate(this MethodInfo method, Type type)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user