PairwiseExtension Class
Pairwise extension.
Namespace: MoreLinq.ExtensionsAssembly: MoreLinq (in MoreLinq.dll) Version: 4.4.0+6d97c3b1d482f98300f4446df14742b0e3fafbec
public static class PairwiseExtension
<ExtensionAttribute>
Public NotInheritable Class PairwiseExtension
[ExtensionAttribute]
public ref class PairwiseExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type PairwiseExtension = class end
- Inheritance
- Object    PairwiseExtension
 | PairwiseTSource, 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. |