TreeNode.nthChild

Gets the @nth child of @self or %NULL if it does not exist.

class TreeNode
nthChild
(
uint nth
)

Parameters

nth
Type: uint

the index of the child

Return Value

Type: TreeNode

a #DzlTreeNode or %NULL

Meta