Pipe extension.
Inheritance Hierarchy 
    Namespace: 
   MoreLinq.Extensions
    Assembly:
   MoreLinq (in MoreLinq.dll) Version: 3.2.0+5205ea241d72b079436060d330cd5c2eae7cdcdf
Syntaxpublic 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.
              | 
Top
See Also