first property

IndexedNode get first

Get the first child in the list

Implementation

IndexedNode get first;
set first (IndexedNode value)

Set the first child in the list to value

Implementation

set first(IndexedNode value);