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