ThenBy__2_1 - waf/Rx.NET GitHub Wiki

AsyncEnumerable.ThenBy<TSource, TKey> Method (IOrderedAsyncEnumerable<TSource>, Func<TSource, TKey>, IComparer<TKey>)

[Missing <summary> documentation for "M:System.Linq.AsyncEnumerable.ThenBy2(System.Linq.IOrderedAsyncEnumerable{0},System.Func{0,1},System.Collections.Generic.IComparer{``1})"]

Namespace: System.Linq
Assembly: System.Interactive.Async (in System.Interactive.Async.dll)

Syntax

public static IOrderedAsyncEnumerable<TSource> ThenBy<TSource, TKey>(
	this IOrderedAsyncEnumerable<TSource> source,
	Func<TSource, TKey> keySelector,
	IComparer<TKey> comparer
)

Parameters

source

Type: System.Linq.IOrderedAsyncEnumerable<TSource>

[Missing <param name="source"/> documentation for "M:System.Linq.AsyncEnumerable.ThenBy2(System.Linq.IOrderedAsyncEnumerable{0},System.Func{0,1},System.Collections.Generic.IComparer{``1})"]

keySelector

Type: System.Func<TSource, TKey>

[Missing <param name="keySelector"/> documentation for "M:System.Linq.AsyncEnumerable.ThenBy2(System.Linq.IOrderedAsyncEnumerable{0},System.Func{0,1},System.Collections.Generic.IComparer{``1})"]

comparer

Type: System.Collections.Generic.IComparer<TKey>

[Missing <param name="comparer"/> documentation for "M:System.Linq.AsyncEnumerable.ThenBy2(System.Linq.IOrderedAsyncEnumerable{0},System.Func{0,1},System.Collections.Generic.IComparer{``1})"]

Type Parameters

TSource

[Missing <typeparam name="TSource"/> documentation for "M:System.Linq.AsyncEnumerable.ThenBy2(System.Linq.IOrderedAsyncEnumerable{0},System.Func{0,1},System.Collections.Generic.IComparer{``1})"]

TKey

[Missing <typeparam name="TKey"/> documentation for "M:System.Linq.AsyncEnumerable.ThenBy2(System.Linq.IOrderedAsyncEnumerable{0},System.Func{0,1},System.Collections.Generic.IComparer{``1})"]

Return Value

Type: IOrderedAsyncEnumerable<TSource>

[Missing <returns> documentation for "M:System.Linq.AsyncEnumerable.ThenBy2(System.Linq.IOrderedAsyncEnumerable{0},System.Func{0,1},System.Collections.Generic.IComparer{``1})"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IOrderedAsyncEnumerable<TSource>. 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).

See Also

Reference

AsyncEnumerable Class
System.Linq Namespace

⚠️ **GitHub.com Fallback** ⚠️