terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
EnumerableHelpers.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x200063E")]
8 internal static class EnumerableHelpers
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x60030EB")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1587DB4", Offset = "0x1587DB4", Length = "0x1C0")]
12 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
13 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(LargeArrayBuilder<>), Member = ".ctor", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(LargeArrayBuilder<>), Member = "AddRange", MemberParameters = new object[] { "System.Collections.Generic.IEnumerable`1<T>" }, ReturnType = typeof(void))]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(LargeArrayBuilder<>), Member = "ToArray", ReturnType = "T[]")]
18 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
19 internal static T[] ToArray<T>(IEnumerable<T> source)
20 {
21 throw null;
22 }
23 }
24}
class f__AnonymousType0<< Count > j__TPar
static T[] ToArray< T >(IEnumerable< T > source)