This commit is contained in:
niko
2026-04-08 23:40:05 +02:00
parent d6894bcbc7
commit 18dc73f922
7750 changed files with 1795369 additions and 0 deletions
@@ -0,0 +1,21 @@
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace CircuitsV2.Utilities
{
// Token: 0x020001FD RID: 509
[Token(Token = "0x2000141")]
[StructLayout(3)]
public static class ICollectionExtensions
{
// Token: 0x0600110A RID: 4362 RVA: 0x000073F4 File Offset: 0x000055F4
[Token(Token = "0x6000D95")]
[Address(RVA = "0x216AD00", Offset = "0x2169700", VA = "0x18216AD00")]
public static bool IsInRange<T>(this ICollection<T> self, int index)
{
return default(bool);
}
}
}