VTimeZoneCollection.ForEach 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
public void ForEach(
	Action<VTimeZone> action
)

Parameters

action  Action<VTimeZone>
The Action<T> delegate to perform on each item in the collection

See Also