Extended Binding ListTFor Each 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: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public void ForEach(
Action<T> action
)VB
Public Sub ForEach (
action As Action(Of T)
)C++
public:
void ForEach(
Action<T>^ action
)F#
member ForEach :
action : Action<'T> -> unit