A utility class containing sorting algorithms.

Namespace:  Endeca.Web.Url.Seo.Utility
Assembly:  Endeca.Web.Url.Seo (in Endeca.Web.Url.Seo.dll) Version: 2.1.1.0 (2.1.1.0)

Syntax

C#
public class Sorts<T>
Visual Basic (Declaration)
Public Class Sorts(Of T)
Visual C++
generic<typename T>
public ref class Sorts

Type Parameters

T
T is the class of objects this method will sort.

Inheritance Hierarchy

System..::.Object
  Endeca.Web.Url.Seo.Utility..::.Sorts<(Of <(T>)>)

See Also