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

12 lines
195 B
C#

using System;
using Cpp2IlInjected;
namespace System.Collections.Generic
{
// Token: 0x02000283 RID: 643
[Token(Token = "0x2000283")]
internal sealed class ICollectionDebugView<T>
{
}
}