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