ModelMap.each

Allows applying a delegate over the values of the mapping

class ModelMap(TKey, TValue)
each
(
void delegate
(
TValue
)
f
)

Parameters

f void delegate
(
TValue
)

a delegate which is applied to each value in the mapping.

Meta