Files
27Aug2021-Cpp2IL-Dump/mscorlib/System/Collections/Generic/KeyValuePair.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

19 lines
449 B
C#

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;
}
}
}