Window extension.
Inheritance HierarchySystem.Object
MoreLinq.Extensions.WindowExtension
Namespace:
MoreLinq.Extensions
Assembly:
MoreLinq (in MoreLinq.dll) Version: 3.3.1+b77df70598ab84c28cd43dcf74594024b6d575e1
Syntaxpublic 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 |
---|
  | Window<TSource> |
Processes a sequence into a series of subsequences representing a windowed subset of the original
|
Top
See Also