DataArrayTSort Method (IComparerT) |
Sort the elements in the list using the specified comparer.
Namespace:
Demo3D.PLC.Comms
Assembly:
PLC (in PLC.dll) Version: 18.04.00
Syntaxpublic void Sort(
IComparer<T> comparer
)
Parameters
- comparer
- Type: System.Collections.GenericIComparerT
The sort comparer (or null).
See Also