scripts
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user