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

12 lines
220 B
C#

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