[]
Performs the specified action on each element of the StructList<T>.
public void ForEach(StructAction<T> action)
| Type | Name | Description |
|---|---|---|
| StructAction<T> | action | The StructAction<T> delegate to perform on each element of the StructList<T>. |