VTimeZoneCollectionSort(IComparerVTimeZone) Method

Sort the items in the collection using the specified comparer

Definition

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

Parameters

comparer  IComparerVTimeZone
The IComparerT implementation to use when comparing items or null to use the default comparer.

See Also