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
IOrderedEnumerable.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Linq
6{
7 // Token: 0x0200001D RID: 29
8 public interface IOrderedEnumerable<TElement> : IEnumerable<TElement>, IEnumerable
9 {
10 // Token: 0x060000E8 RID: 232
12 }
13}
IOrderedEnumerable< TElement > CreateOrderedEnumerable< TKey >(Func< TElement, TKey > keySelector, IComparer< TKey > comparer, bool descending)