m
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace System.Runtime.Serialization
|
||||
{
|
||||
// Token: 0x02000474 RID: 1140
|
||||
[Token(Token = "0x2000474")]
|
||||
internal static class SerializationEventsCache
|
||||
{
|
||||
// Token: 0x06002722 RID: 10018 RVA: 0x00002082 File Offset: 0x00000282
|
||||
[Token(Token = "0x6002722")]
|
||||
[Address(RVA = "0x2679200", Offset = "0x2678200", VA = "0x182679200")]
|
||||
internal static SerializationEvents GetSerializationEventsForType(Type t)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
// Token: 0x04001591 RID: 5521
|
||||
[Token(Token = "0x4001591")]
|
||||
private static Hashtable cache;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user