Files
Aug2021-Cpp2IL-Dump/mscorlib/System/Collections/Concurrent/IDictionaryDebugView.cs
T
2026-04-10 22:50:51 +02:00

12 lines
202 B
C#

using System;
using Cpp2IlInjected;
namespace System.Collections.Concurrent
{
// Token: 0x020005DB RID: 1499
[Token(Token = "0x20005DB")]
internal sealed class IDictionaryDebugView<K, V>
{
}
}