Window extension.
Inheritance Hierarchy
Namespace:
MoreLinq.Extensions
Assembly:
MoreLinq (in MoreLinq.dll) Version: 3.0.0
Syntax public static class WindowExtension
<ExtensionAttribute>
Public NotInheritable Class WindowExtension
[ExtensionAttribute]
public ref class WindowExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type WindowExtension = class end
The WindowExtension type exposes the following members.
Methods
| Name | Description |
---|
| WindowTSource |
Processes a sequence into a series of subsequences representing a windowed subset of the original
|
TopSee Also