VTime Zone CollectionFor Each Method
Performs the specified action on each item in the collection
Definition
Namespace: EWSoftware.PDI.Objects
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<VTimeZone> action
)VB
Public Sub ForEach (
action As Action(Of VTimeZone)
)C++
public:
void ForEach(
Action<VTimeZone^>^ action
)F#
member ForEach :
action : Action<VTimeZone> -> unit