Share via


IRPayTaxCalcList.map Method [AX 2012]

Creates a new collection whose elements are the results of applying the given functor to each of the elements of the collection.

('T -> 'U) -> 'T list -> 'U list.

Syntax

public IRPayTaxCalcList map(IRPayTaxCalcFunctor _functor, Object _context)

Run On

Called

Parameters

Return Value

Type: IRPayTaxCalcList Interface
The map.

See Also

Reference

IRPayTaxCalcList Interface