Period CollectionSort Method
This is used to sort the collection in ascending or descending order
Definition
Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
C#
public void Sort(
bool ascending
)VB
Public Sub Sort (
ascending As Boolean
)C++
public:
void Sort(
bool ascending
)F#
member Sort :
ascending : bool -> unit Parameters
- ascending Boolean
- Pass true for ascending order, false for descending order