Gets or sets the right child HashTreeNode of this node.

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

Syntax

C#
public HashTreeNode Right { get; set; }
Visual Basic
Public Property Right As HashTreeNode
	Get
	Set
Visual C++
public:
property HashTreeNode^ Right {
	HashTreeNode^ get ();
	void set (HashTreeNode^ value);
}

See Also