VTime Zone CollectionSort(IComparerVTime Zone) 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: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public void Sort(
IComparer<VTimeZone> comparer
)VB
Public Sub Sort (
comparer As IComparer(Of VTimeZone)
)C++
public:
void Sort(
IComparer<VTimeZone^>^ comparer
)F#
member Sort :
comparer : IComparer<VTimeZone> -> unit Parameters
- comparer IComparerVTimeZone
- The IComparerT implementation to use when comparing items or null to use the default comparer.