VTimeZoneCollection.Sort(IComparer<VTimeZone>) Method
Sort the items in the collection using the specified comparer
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.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 IComparer<VTimeZone>
- The IComparer<T> implementation to use when comparing items or
null to use the default comparer.