Initializes a new instance of the HashTreeNode class.
Namespace: Classless.Hasher.MethodsAssembly: Classless.Hasher (in Classless.Hasher.dll) Version: 0.9.4179.24336
Syntax
C# |
---|
public HashTreeNode( byte[] hash ) |
Visual Basic |
---|
Public Sub New ( _ hash As Byte() _ ) |
Visual C++ |
---|
public: HashTreeNode( array<unsigned char>^ hash ) |
Parameters
- hash
- Type: array<System..::..Byte>[]()[][]
The hash of the data represented by this node.