VTime Zone CollectionSort(ComparisonVTime Zone) 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: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public void Sort(
Comparison<VTimeZone> comparison
)VB
Public Sub Sort (
comparison As Comparison(Of VTimeZone)
)C++
public:
void Sort(
Comparison<VTimeZone^>^ comparison
)F#
member Sort :
comparison : Comparison<VTimeZone> -> unit Parameters
- comparison ComparisonVTimeZone
- The ComparisonT delegate to use for the comparisons