Files
Aug2021-Cpp2IL-Dump/System/Collections/Generic/DictionaryKeyCollectionDebugView.cs
2026-04-10 22:50:51 +02:00

12 lines
218 B
C#

using System;
using Cpp2IlInjected;
namespace System.Collections.Generic
{
// Token: 0x02000346 RID: 838
[Token(Token = "0x2000346")]
internal sealed class DictionaryKeyCollectionDebugView<TKey, TValue>
{
}
}