Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 299 Bytes

SuperLinq.SuperEnumerable.While.md

File metadata and controls

6 lines (6 loc) · 299 Bytes

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

The following code example demonstrates how to repeat a sequence while a condition is true using While. [!code-csharp]