Gets or sets the left child HashTreeNode of this node.
Namespace:
Classless.Hasher.MethodsAssembly: Classless.Hasher (in Classless.Hasher.dll) Version: 0.8.3649.33599
Syntax
C# |
---|
public HashTreeNode Left { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Left As HashTreeNode |
Visual C++ |
---|
public: property HashTreeNode^ Left { HashTreeNode^ get (); void set (HashTreeNode^ value); } |