This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
@@ -0,0 +1,26 @@
using System;
using System.Runtime.CompilerServices;
using System.Runtime.Serialization;
using Cpp2IlInjected;
namespace System.Collections.Generic
{
// Token: 0x02000613 RID: 1555
[Token(Token = "0x2000613")]
internal class DictionaryHashHelpers
{
// Token: 0x170007C5 RID: 1989
// (get) Token: 0x060030B4 RID: 12468 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x170007C5")]
internal static ConditionalWeakTable<object, SerializationInfo> SerializationInfoTable
{
[Token(Token = "0x60030B4")]
[Address(RVA = "0x2C3C050", Offset = "0x2C3B050", VA = "0x182C3C050")]
[CompilerGenerated]
get
{
return null;
}
}
}
}