A utility class containing sorting algorithms.
Namespace:
Endeca.Web.Url.Seo.UtilityAssembly: 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.