VTimeZoneCollectionSort(IComparerVTimeZone) Method
Sort the items in the collection using the specified comparer
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public void Sort(
IComparer<VTimeZone> comparer
)
Public Sub Sort (
comparer As IComparer(Of VTimeZone)
)
public:
void Sort(
IComparer<VTimeZone^>^ comparer
)
member Sort :
comparer : IComparer<VTimeZone> -> unit
Parameters
- comparer IComparerVTimeZone
- The IComparerT implementation to use when comparing items or
null to use the default comparer.