terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
EnumerableSorter.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Linq
5{
6 // Token: 0x02000029 RID: 41
7 internal abstract class EnumerableSorter<TElement>
8 {
9 // Token: 0x06000123 RID: 291
10 internal abstract void ComputeKeys(TElement[] elements, int count);
11
12 // Token: 0x06000124 RID: 292
13 internal abstract int CompareKeys(int index1, int index2);
14
15 // Token: 0x06000125 RID: 293 RVA: 0x00002050 File Offset: 0x00000250
16 internal int[] Sort(TElement[] elements, int count)
17 {
18 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
19 }
20
21 // Token: 0x06000126 RID: 294 RVA: 0x00003D6C File Offset: 0x00001F6C
22 private void QuickSort(int[] map, int left, int right)
23 {
24 }
25
26 // Token: 0x06000127 RID: 295 RVA: 0x00003D7C File Offset: 0x00001F7C
27 protected EnumerableSorter()
28 {
29 }
30 }
31}
class f__AnonymousType0<< Count > j__TPar
void ComputeKeys(TElement[] elements, int count)
int CompareKeys(int index1, int index2)
void QuickSort(int[] map, int left, int right)
int[] Sort(TElement[] elements, int count)