This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
@@ -0,0 +1,15 @@
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;
}
}