StvDEV

 Components

 Drawing

 Extensions

  BasicTypesExtensions

  CollectionsExtensions

  ForEach(this T[], Action)

  GetRandomIndex(this IEnumerable)

  GetRandomIndex(this List)

  GetRandomIndex(this T[])

  GetRandomValue(this IEnumerable)

  GetRandomValue(this List)

  GetRandomValue(this T[])

  IEnumerable ForEach(this IEnumerable, Action)

  List ForEach(this List, Action)

  ColorsExtensions

 Inspector

 Patterns

 TextMeshPro

 Types

 Vibration

Constructor List<T> ForEach<T>(this List<T> list, Action<T> action)

Performs the specified action for all list items.
VisibilityPublic
Modifiersstatic
ReturnsOriginal list after performing the action for all elements

Parameters

this List&lt;T&gt; listList
Action&lt;T&gt; actionThe Action delegate to perform on each element of the list