Executes the specified action for each item in the specified array.
public class procedure ForEach<T>(const values: array of T; const action: TAction<T>); static;