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

12 lines
218 B
C#

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