Click or drag to resize
Wizard .NET Library

EventedListTForEach 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: SystemActionT
The ActionT delegate to perform on each element of the EventedListT.
See Also