PairwiseExtension Class
Pairwise extension.
Namespace: MoreLinq.ExtensionsAssembly: MoreLinq (in MoreLinq.dll) Version: 4.0.0+092a40d82a1b280568ffa006d9a210bdec0792cd
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.
             |