Pipe extension.
Inheritance Hierarchy
Namespace:
MoreLinq.Extensions
Assembly:
MoreLinq (in MoreLinq.dll) Version: 3.1.0+ce7250fcae16725db4e3607598b1d4d8cb19957f
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