LeadExtension.Lead Method |
Name | Description | |
---|---|---|
![]() ![]() | Lead<TSource, TResult>(IEnumerable<TSource>, Int32, Func<TSource, TSource, TResult>) |
Produces a projection of a sequence by evaluating pairs of elements separated by a positive offset.
|
![]() ![]() | Lead<TSource, TResult>(IEnumerable<TSource>, Int32, TSource, Func<TSource, TSource, TResult>) |
Produces a projection of a sequence by evaluating pairs of elements separated by a positive offset.
|