oh dear
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Runtime.Serialization
|
||||
{
|
||||
// Token: 0x02000458 RID: 1112
|
||||
[Token(Token = "0x2000458")]
|
||||
internal static class SerializationEventsCache
|
||||
{
|
||||
// Token: 0x06002516 RID: 9494 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x6002516")]
|
||||
[Address(RVA = "0x299C8F0", Offset = "0x299B6F0", VA = "0x18299C8F0")]
|
||||
internal static SerializationEvents GetSerializationEventsForType(Type t)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
// Token: 0x040014CE RID: 5326
|
||||
[Token(Token = "0x40014CE")]
|
||||
private static Hashtable cache;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user