Method ForEach ForEach(Action<T>) Performs the specified action on each item of the list. Declaration public void ForEach(Action<T> action) Parameters Type Name Description Action<T> action