Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 335 Bytes

SuperLinq.SuperEnumerable.Where.md

File metadata and controls

6 lines (6 loc) · 335 Bytes

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

The following code example demonstrates how to create filter a sequence with matching bool values using Where. [!code-csharp]