VTimeZoneCollectionSort(ComparisonVTimeZone) Method

Sort the items in the collection using the specified ComparisonT delegate

Definition

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

Parameters

comparison  ComparisonVTimeZone
The ComparisonT delegate to use for the comparisons

See Also