A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://morelinq.github.io/3.0/ref/api/html/M_MoreLinq_MoreEnumerable_PartialSortBy__2_1.htm below:

MoreEnumerablePartialSortByTSource, TKey Method (IEnumerableTSource, Int32, FuncTSource, TKey, OrderByDirection)

MoreEnumerablePartialSortByTSource, TKey Method (IEnumerableTSource, Int32, FuncTSource, TKey, OrderByDirection) Namespace:  MoreLinq
Assembly:

MoreLinq (in MoreLinq.dll) Version: 3.0.0

Syntax
public static IEnumerable<TSource> PartialSortBy<TSource, TKey>(
	this IEnumerable<TSource> source,
	int count,
	Func<TSource, TKey> keySelector,
	OrderByDirection direction
)
<ExtensionAttribute>
Public Shared Function PartialSortBy(Of TSource, TKey) ( 
	source As IEnumerable(Of TSource),
	count As Integer,
	keySelector As Func(Of TSource, TKey),
	direction As OrderByDirection
) As IEnumerable(Of TSource)
public:
[ExtensionAttribute]
generic<typename TSource, typename TKey>
static IEnumerable<TSource>^ PartialSortBy(
	IEnumerable<TSource>^ source, 
	int count, 
	Func<TSource, TKey>^ keySelector, 
	OrderByDirection direction
)
[<ExtensionAttribute>]
static member PartialSortBy : 
        source : IEnumerable<'TSource> * 
        count : int * 
        keySelector : Func<'TSource, 'TKey> * 
        direction : OrderByDirection -> IEnumerable<'TSource> 
Parameters
source
Type: System.Collections.GenericIEnumerableTSource
The source sequence.
count
Type: SystemInt32
Number of (maximum) elements to return.
keySelector
Type: SystemFuncTSource, TKey
A function to extract a key from an element.
direction
Type: MoreLinqOrderByDirection
The direction in which to sort the elements
Type Parameters
TSource
Type of elements in the sequence.
TKey
Type of keys.
Return Value

Type:

IEnumerableTSource

A sequence containing at most top

count

elements from source, in the specified order of their keys.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type

IEnumerableTSource

. When you use instance method syntax to call this method, omit the first parameter. For more information, see

Extension Methods (Visual Basic)

or

Extension Methods (C# Programming Guide)

.

Remarks

This operator uses deferred execution and streams it results.

See Also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4