Node.this

Undocumented in source.
class Node
this
(
Node parent = null
,
Node[] children = new Node[0]
,
string value = ""
,
string name = ""
)

Meta