public void ForEach(
Action<T> action
)Public Sub ForEach (
action As Action(Of T)
)public:
void ForEach(
Action<T>^ action
)member ForEach :
action : Action<'T> -> unit | ArgumentNullException | action is . |
| InvalidOperationException | The list has been modified during the operation. |