ScanByExtension Class
ScanBy extension.
Namespace: MoreLinq.ExtensionsAssembly: MoreLinq (in MoreLinq.dll) Version: 4.4.0+6d97c3b1d482f98300f4446df14742b0e3fafbec
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. |