Sorts all the elements in the collection

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

Syntax

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

Parameters

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

See Also