ConstructOrder
In what order to return constructs.
Members
Name | Description |
---|---|
ConstructOrder_PREORDER |
Depth-first, pre-order. |
ConstructOrder_POSTORDER |
Depth-first, post-order (leaf nodes first). |
ConstructOrder_PREORDER
Depth-first, pre-order.
ConstructOrder_POSTORDER
Depth-first, post-order (leaf nodes first).