Files
Apr2020-Cpp2Il-Dump/mscorlib/System/Collections/Generic/IDictionaryDebugView.cs
T
niko 8fc35183db a
2026-04-11 22:19:20 +02:00

12 lines
199 B
C#

using System;
using Cpp2IlInjected;
namespace System.Collections.Generic
{
// Token: 0x020005F4 RID: 1524
[Token(Token = "0x20005F4")]
internal sealed class IDictionaryDebugView<K, V>
{
}
}