ConcurrentListTSort Method (IComparerT) |
Sorts the elements in the entire list using the specified comparer.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public virtual void Sort(
IComparer<T> comparer
)
Parameters
- comparer
- Type: System.Collections.GenericIComparerT
The comaprer implementation to use when comparing elements, or null to use the default comparer.
See Also