ScanByExtension Class
ScanBy extension.
Namespace: MoreLinq.ExtensionsAssembly: MoreLinq (in MoreLinq.dll) Version: 4.0.0+092a40d82a1b280568ffa006d9a210bdec0792cd
public static class ScanByExtension
<ExtensionAttribute>
Public NotInheritable Class ScanByExtension
[ExtensionAttribute]
public ref class ScanByExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type ScanByExtension = class end
- Inheritance
 - Object    ScanByExtension
 
 | ScanByTSource, TKey, TState(IEnumerableTSource, FuncTSource, TKey, FuncTKey, TState, FuncTState, TKey, TSource, TState) | 
            Applies an accumulator function over sequence element keys,
            returning the keys along with intermediate accumulator states.
             | 
| ScanByTSource, TKey, TState(IEnumerableTSource, FuncTSource, TKey, FuncTKey, TState, FuncTState, TKey, TSource, TState, IEqualityComparerTKey) | 
            Applies an accumulator function over sequence element keys,
            returning the keys along with intermediate accumulator states. An
            additional parameter specifies the comparer to use to compare keys.
             |