TreeNode<'T> Type
A generic tree node. Sourced from - https://stackoverflow.com/a/10442244/1082782
Constructors
Constructor | Description |
Full Usage:
TreeNode(value)
Parameters:
'T
|
|
Instance members
Instance member | Description |
|
|
|
|
|
|
|
|
Full Usage:
this.Parent
|
|
|
|
|
|
Full Usage:
this.Value
Returns: 'T
|
|