http://www.codeproject.com/csharp/csquicksort.asp

Namespace:  QuickGraph.Collections.Sort
Assembly:  QuickGraph (in QuickGraph.dll) Version: 2.4.2.1515 (2.4.2.1515)

Syntax

C#
public class QuickSorter : SwapSorter
Visual Basic (Declaration)
Public Class QuickSorter _
	Inherits SwapSorter

Inheritance Hierarchy

System..::.Object
  QuickGraph.Collections.Sort..::.SwapSorter
    QuickGraph.Collections.Sort..::.QuickSorter

See Also