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