This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
@@ -0,0 +1,18 @@
using System;
using Cpp2IlInjected;
namespace System.Collections.Generic
{
// Token: 0x0200025F RID: 607
[Token(Token = "0x200025F")]
internal static class EnumerableHelpers
{
// Token: 0x06000BE0 RID: 3040 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000BE0")]
[Address(RVA = "0x2386270", Offset = "0x2385070", VA = "0x182386270")]
internal static T[] ToArray<T>(IEnumerable<T> source)
{
return null;
}
}
}