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

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

Syntax

C#
public void Sort(
	Comparison<HashAlgorithm> comparison
)
Visual Basic
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