VTimeZoneCollection.ForEach Method
Performs the specified action on each item in the collection
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
public void ForEach(
Action<VTimeZone> action
)
Public Sub ForEach (
action As Action(Of VTimeZone)
)
public:
void ForEach(
Action<VTimeZone^>^ action
)
member ForEach :
action : Action<VTimeZone> -> unit
Parameters
- action Action<VTimeZone>
- The Action<T> delegate to perform on each item in the collection