EAPCollectionBaseSort Method (Boolean) |
Sort the list by its key value.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public virtual void Sort(
bool descending
)
Public Overridable Sub Sort (
descending As Boolean
)
Parameters
- descending
- Type: SystemBoolean
Sort in descending vs. ascending order.
See Also