Skip to content

Latest commit

 

History

History
42 lines (36 loc) · 2.27 KB

SuperLinq.SuperEnumerable.EquiZip.md

File metadata and controls

42 lines (36 loc) · 2.27 KB

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

The following code example demonstrates how to use the EquiZip to merge two sequences of exactly equal length. [!code-csharp]


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

The following code example demonstrates how to use the EquiZip to merge two sequences of exactly equal length. [!code-csharp]


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

The following code example demonstrates how to use the EquiZip to merge three sequences of exactly equal length. [!code-csharp]


uid: SuperLinq.SuperEnumerable.EquiZip4(System.Collections.Generic.IEnumerable{0},System.Collections.Generic.IEnumerable{1},System.Collections.Generic.IEnumerable{2},System.Collections.Generic.IEnumerable{``3}) example: [*content]

The following code example demonstrates how to use the EquiZip to merge three sequences of exactly equal length. [!code-csharp]


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

The following code example demonstrates how to use the EquiZip to merge four sequences of exactly equal length. [!code-csharp]


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

The following code example demonstrates how to use the EquiZip to merge four sequences of exactly equal length. [!code-csharp]