An implementation of a Hash List structure.

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

Syntax

C#
public class HashList : BlockHashAlgorithm, IEnumerable<HashNode>, 
	IEnumerable
Visual Basic (Declaration)
Public Class HashList _
	Inherits BlockHashAlgorithm _
	Implements IEnumerable(Of HashNode), IEnumerable
Visual C++
public ref class HashList : public BlockHashAlgorithm, 
	IEnumerable<HashNode^>, IEnumerable

Inheritance Hierarchy

See Also