ExtendedBindingListTForEach Method

Performs the specified action on each item in the collection

Definition

Namespace: EWSoftware.PDI.Binding
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public void ForEach(
	Action<T> action
)

Parameters

action  ActionT
The ActionT delegate to perform on each item in the collection

See Also