Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 313 Bytes

SuperLinq.SuperEnumerable.ZipMap.md

File metadata and controls

6 lines (6 loc) · 313 Bytes

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

The following code example demonstrates how to generate a sequence of values and a projection of that value using ZipMap. [!code-csharp]