An implementation of a Hash List structure.

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

Syntax

C#
public class HashList : BlockHashAlgorithm, IEnumerable<HashNode>, 
	IEnumerable
Visual Basic
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