Iterators.

Zip(IEnumerable, IEnumerable) Method

Syntax

public static IEnumerable<Tuple<Object, Object>> Zip(IEnumerable as, IEnumerable bs)

Parameters

Name Type Description
as IEnumerable
bs IEnumerable

Return Value

Type Description
IEnumerable<Tuple<Object, Object>>