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,18 @@
using System;
using System.Collections.ObjectModel;
using Cpp2IlInjected;
namespace System.Runtime.CompilerServices
{
// Token: 0x02000264 RID: 612
[Token(Token = "0x2000264")]
internal sealed class TrueReadOnlyCollection<T> : ReadOnlyCollection<T>
{
// Token: 0x06000C4E RID: 3150 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000C4E")]
[Address(RVA = "0x26119D0", Offset = "0x26109D0", VA = "0x1826119D0")]
public TrueReadOnlyCollection(params T[] list)
{
}
}
}