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

Performs the specified action on each element of a sequence.

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

Parameters

action
Type: TAction<T>

Implements

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