IEnumerable<T>.ForEach(TAction<T>) Method

Performs the specified action on each element of a sequence.

Namespace: Spring.Collections
public
 procedure ForEach(const action: TAction<T>);

Parameters

action
Type: TAction<T>