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

12 lines
220 B
C#

using System;
using Cpp2IlInjected;
namespace System.Collections.Generic
{
// Token: 0x02000347 RID: 839
[Token(Token = "0x2000347")]
internal sealed class DictionaryValueCollectionDebugView<TKey, TValue>
{
}
}