Files
Apr2020-Cpp2Il-Dump/System/Collections/Generic/DictionaryKeyCollectionDebugView.cs
T
niko 8fc35183db a
2026-04-11 22:19:20 +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>
{
}
}