RhinoListTSort Method (ComparisonT) |
Sorts the elements in the entire list using the specified comparer.
Namespace:
Rhino.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic void Sort(
Comparison<T> comparison
)
Public Sub Sort (
comparison As Comparison(Of T)
)
Parameters
- comparison
- Type: SystemComparisonT
The System.Comparison(T) to use when comparing elements.
See Also