VTimeZoneCollection.Sort(Comparison<VTimeZone>) Method

Sort the items in the collection using the specified Comparison<T> delegate

Definition

Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
public void Sort(
	Comparison<VTimeZone> comparison
)

Parameters

comparison  Comparison<VTimeZone>
The Comparison<T> delegate to use for the comparisons

See Also