Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 643 Bytes

SuperLinq.SuperEnumerable.ForEach.md

File metadata and controls

13 lines (12 loc) · 643 Bytes

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

The following code example demonstrates how to immediately execute an action on every element of a sequence using ForEach. [!code-csharp]


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

The following code example demonstrates how to immediately execute an action on every element of a sequence using ForEach. [!code-csharp]