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.
1
using
System
;
2
using
System.Collections
;
3
using
System.Collections.Generic
;
4
5
namespace
System.Linq
6
{
7
// Token: 0x0200001D RID: 29
8
public
interface
IOrderedEnumerable
<TElement> :
IEnumerable
<TElement>,
IEnumerable
9
{
10
// Token: 0x060000E8 RID: 232
11
IOrderedEnumerable<TElement>
CreateOrderedEnumerable<TKey>
(
Func<TElement, TKey>
keySelector,
IComparer<TKey>
comparer
,
bool
descending);
12
}
13
}
System.Func
Definition
Func.cs:8
System.Collections.Generic.IComparer
Definition
IComparer.cs:7
System.Collections.Generic.IEnumerable
Definition
IEnumerable.cs:7
System.Linq.IOrderedEnumerable.CreateOrderedEnumerable< TKey >
IOrderedEnumerable< TElement > CreateOrderedEnumerable< TKey >(Func< TElement, TKey > keySelector, IComparer< TKey > comparer, bool descending)
System.Linq.IOrderedEnumerable
Definition
IOrderedEnumerable.cs:9
System.Collections.Generic
Definition
ArrayBuilder.cs:5
System.Collections
Definition
ArrayList.cs:6
System.Linq
Definition
Buffer.cs:5
System.ExceptionArgument.comparer
@ comparer
System
Definition
__ComObject.cs:4
source
System.Core
System
Linq
IOrderedEnumerable.cs
Generated by
1.10.0