Sorts all the elements in the collection

Namespace:  EPiServer.Core
Assembly:  EPiServer (in EPiServer.dll) Version: 6.0.530.0

Syntax

C#
public void Sort(
	IComparer<PageData> comparer
)

Parameters

comparer
Type: System.Collections.Generic..::.IComparer<(Of <(PageData>)>)

See Also