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

12 lines
199 B
C#

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