Sorts the elements in the entire List using the specified System.Comparison.

Namespace:  Classless.Hasher
Assembly:  Classless.Hasher (in Classless.Hasher.dll) Version: 0.8.3649.33599

Syntax

C#
public void Sort(
	Comparison<HashAlgorithm> comparison
)
Visual Basic (Declaration)
Public Sub Sort ( _
	comparison As Comparison(Of HashAlgorithm) _
)
Visual C++
public:
void Sort(
	Comparison<HashAlgorithm^>^ comparison
)

Parameters

comparison
Type: System..::.Comparison<(Of <(HashAlgorithm>)>)
The System.Comparison to use when comparing elements.

See Also