Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 307 Bytes

SuperLinq.SuperEnumerable.Pipe.md

File metadata and controls

6 lines (6 loc) · 307 Bytes

uid: SuperLinq.SuperEnumerable.Pipe1(System.Collections.Generic.IEnumerable{0},System.Action{``0}) example: [*content]

The following code example demonstrates how to lazily invoke actions for each element using Do, which is a synonym for Pipe. [!code-csharp]