Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IOrderedEnumerable.cs
Go to the documentation of this file.
1
using
System.Collections
;
2
using
System.Collections.Generic
;
3
4
namespace
System.Linq
;
5
6
public
interface
IOrderedEnumerable
<
out
TElement> :
IEnumerable
<TElement>,
IEnumerable
7
{
8
IOrderedEnumerable<TElement>
CreateOrderedEnumerable<TKey>
(
Func<TElement, TKey>
keySelector
,
IComparer<TKey>
?
comparer
,
bool
descending
);
9
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Collections.Generic.IEnumerable
Definition
IEnumerable.cs:4
System.Linq.IOrderedEnumerable.CreateOrderedEnumerable< TKey >
IOrderedEnumerable< TElement > CreateOrderedEnumerable< TKey >(Func< TElement, TKey > keySelector, IComparer< TKey >? comparer, bool descending)
System.Linq.IOrderedEnumerable
Definition
IOrderedEnumerable.cs:7
System.Collections.Generic
Definition
IHashKeyCollection.cs:1
System.Collections
Definition
BlockingCollection.cs:8
System.Linq.ExceptionArgument.keySelector
@ keySelector
System.Linq
Definition
ImmutableArrayExtensions.cs:4
System.ExceptionArgument.comparer
@ comparer
source
System.Linq
System.Linq
IOrderedEnumerable.cs
Generated by
1.10.0