Click or drag to resize

ConcurrentListTSort Method (IComparerT)

Sorts the elements in the entire list using the specified comparer.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
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