Initializes a new instance of the HashList class.

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

Syntax

C#
public HashList()
Visual Basic (Declaration)
Public Sub New
Visual C++
public:
HashList()

Remarks

This constructor implements the default HashAlgorithm.

See Also