Initializes a new instance of the HashNode class.

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

Syntax

C#
public HashNode(
	byte[] hash
)
Visual Basic (Declaration)
Public Sub New ( _
	hash As Byte() _
)
Visual C++
public:
HashNode(
	array<unsigned char>^ hash
)

Parameters

hash
Type: array< System..::.Byte >[]()[]
The hash of the data represented by this node.

See Also