Iterators.

Map(IEnumerable, IFunction4) Method

Syntax

public static IEnumerable Map(IEnumerable iterable, IFunction4 function)

Parameters

Name Type Description
iterable IEnumerable
function IFunction4

Return Value

Type Description
IEnumerable