Gets or sets the right child HashTreeNode of this node.

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

Syntax

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

See Also