how to execute a function in every object of list c#

133

how to execute a function in every object of list c# -

items.ForEach(item => item.SomeMethod())

Comments

Submit
0 Comments