This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
@@ -0,0 +1,18 @@
using System;
using Cpp2IlInjected;
namespace System.Collections.Generic
{
// Token: 0x020005E6 RID: 1510
[Token(Token = "0x20005E6")]
public static class KeyValuePair
{
// Token: 0x06002E17 RID: 11799 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6002E17")]
[Address(RVA = "0x25448B0", Offset = "0x25436B0", VA = "0x1825448B0")]
internal static string PairToString(object key, object value)
{
return null;
}
}
}