Click or drag to resize
Wizard .NET Library

EventedList<T>.ForEach Method

Namespace:  System.Collections.Generic
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
public void ForEach(
	Action<T> action
)
Request Example View Source

Parameters

action
Type: System.Action<T>
The Action<T> delegate to perform on each element of the EventedList<T>.
See Also