Pipe extension.
Inheritance Hierarchy
Namespace:
MoreLinq.Extensions
Assembly:
MoreLinq (in MoreLinq.dll) Version: 3.0.0
Syntax public static class PipeExtension
<ExtensionAttribute>
Public NotInheritable Class PipeExtension
[ExtensionAttribute]
public ref class PipeExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type PipeExtension = class end
The PipeExtension type exposes the following members.
Methods
| Name | Description |
---|
| PipeT |
Executes the given action on each element in the source sequence
and yields it.
|
TopSee Also