ExtendedBindingListTForEach Method
Performs the specified action on each item in the collection
Namespace: EWSoftware.PDI.BindingAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
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
Parameters
- action ActionT
- The ActionT delegate to perform on each item in the collection