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