Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: IEnumerable<TResult> AllPairs<TSource, TResult>(this IEnumerable<TSource>, Func<TSource, TSource, TResult>)

Declaration

public static IEnumerable<TResult> AllPairs<TSource, TResult>(
    this IEnumerable<TSource> source,
    Func<TSource, TSource, TResult> selector
)

Summary

Returns an enumeration of objects computed from all pairs of elements from the source collection.

Generic type parameters

TSourceThis type parameter is not documented.
TResultThis type parameter is not documented.