last property

IndexedNode get last

Get the last child in the list

Implementation

IndexedNode get last;
set last (IndexedNode value)

Set the last child in the list to value

Implementation

set last(IndexedNode value);