Click or drag to resize

PairwiseExtension Class

Pairwise extension.
Inheritance Hierarchy
SystemObject
  MoreLinq.ExtensionsPairwiseExtension

Namespace:  MoreLinq.Extensions
Assembly:  MoreLinq (in MoreLinq.dll) Version: 3.0.0
Syntax
public static class PairwiseExtension

The PairwiseExtension type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCode examplePairwiseTSource, TResult
Returns a sequence resulting from applying a function to each element in the source sequence and its predecessor, with the exception of the first element which is only returned as the predecessor of the second element.
Top
See Also