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,18 @@
using System;
using Cpp2IlInjected;
namespace System.Collections.Generic
{
// Token: 0x02000606 RID: 1542
[Token(Token = "0x2000606")]
public static class KeyValuePair
{
// Token: 0x0600302F RID: 12335 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x600302F")]
[Address(RVA = "0x2C42260", Offset = "0x2C41260", VA = "0x182C42260")]
internal static string PairToString(object key, object value)
{
return null;
}
}
}