Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 294 Bytes

SuperLinq.SuperEnumerable.TakeEvery.md

File metadata and controls

6 lines (6 loc) · 294 Bytes

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

The following code example demonstrates how to take every n-th element of a sequence using TakeEvery. [!code-csharp]