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