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

16 lines
351 B
C#

using System;
using System.Collections.ObjectModel;
using Cpp2IlInjected;
namespace System.Dynamic.Utils
{
// Token: 0x02000276 RID: 630
[Token(Token = "0x2000276")]
internal static class EmptyReadOnlyCollection<T>
{
// Token: 0x040004C9 RID: 1225
[Token(Token = "0x40004C9")]
public static readonly ReadOnlyCollection<T> Instance;
}
}