Sorts the collection

Namespace:  EPiServer.Common.Cache
Assembly:  EPiServer.Common.Cache (in EPiServer.Common.Cache.dll) Version: 4.1.517.380

Syntax

C#
public virtual void Sort(
	IComparer comparer
)

Parameters

comparer
Type: System.Collections..::.IComparer
The comparer to use for the sorting

See Also